Home
last modified time | relevance | path

Searched refs:riscv_csr_extra (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c101 struct riscv_csr_extra struct
118 struct riscv_csr_extra *next; argument
977 struct riscv_csr_extra *entry, *pre_entry; in riscv_init_csr_hash()
981 entry = (struct riscv_csr_extra *) str_hash_find (csr_extra_hash, name); in riscv_init_csr_hash()
1022 struct riscv_csr_extra *entry) in riscv_csr_address()
1024 struct riscv_csr_extra *saved_entry = entry; in riscv_csr_address()
1163 struct riscv_csr_extra *r = in reg_csr_lookup_internal()
1164 (struct riscv_csr_extra *) str_hash_find (csr_extra_hash, s); in reg_csr_lookup_internal()
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2020739 (struct riscv_csr_extra): Add new fields to store more information
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2020739 (struct riscv_csr_extra): Add new fields to store more information
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20203784 pointer when creating struct riscv_csr_extra.
3960 (enum riscv_csr_class, struct riscv_csr_extra): Move them to
5073 (struct riscv_csr_extra): New structure to hold all extra information
DChangeLog2784 (struct riscv_csr_extra): Likewise.