/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | cr16.h | 362 reg_entry; typedef 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
H A D | crx.h | 359 reg_entry; typedef 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
H A D | visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = argument 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | cr16.h | 362 reg_entry; typedef 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
H A D | crx.h | 359 reg_entry; typedef 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
H A D | visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = argument 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-cr16.c | 330 const reg_entry *rreg; in get_register() 332 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_register() 344 const reg_entry *rreg; in get_register_pair() 353 rreg = (const reg_entry *) str_hash_find (regp_hash, tmp_rp); in get_register_pair() 356 rreg = (const reg_entry *) str_hash_find (regp_hash, reg_name); in get_register_pair() 369 const reg_entry *rreg; in get_index_register() 371 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_index_register() 384 const reg_entry *rreg; in get_index_register_pair() 386 rreg = (const reg_entry *) str_hash_find (regp_hash, reg_name); in get_index_register_pair() 405 const reg_entry *prreg; in get_pregister() [all …]
|
H A D | tc-i386-intel.c | 32 const reg_entry *base; /* Base register (if any). */ 33 const reg_entry *index; /* Index register (if any). */ 250 static INLINE int i386_intel_check (const reg_entry *rreg, in i386_intel_check() 251 const reg_entry *base, in i386_intel_check() 252 const reg_entry *iindex) in i386_intel_check() 383 const reg_entry *the_reg = (this_operand >= 0 in i386_intel_simplify() 385 const reg_entry *base = intel_state.base; in i386_intel_simplify() 386 const reg_entry *state_index = intel_state.index; in i386_intel_simplify()
|
H A D | tc-crx.c | 185 const reg_entry *rreg; in get_register() 187 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_register() 200 const reg_entry *coreg; in get_copregister() 202 coreg = (const reg_entry *) str_hash_find (copreg_hash, copreg_name); in get_copregister() 529 const reg_entry *regtab; in md_begin() 540 const reg_entry *copregtab; in md_begin() 1063 const reg_entry *rreg; in getreg_image()
|
H A D | tc-aarch64.c | 357 } reg_entry; typedef 713 static reg_entry * 718 reg_entry *reg; in parse_reg() 734 reg = (reg_entry *) str_hash_find_n (aarch64_reg_hsh, start, p - start); in parse_reg() 746 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type) in aarch64_check_reg_type() 758 static const reg_entry * 763 const reg_entry *reg = parse_reg (&str); in aarch64_addr_reg_parse() 815 static const reg_entry * 956 const reg_entry *reg = parse_reg (&str); in parse_typed_reg() 1281 static reg_entry * [all …]
|
H A D | tc-i386.c | 159 static const reg_entry *parse_register (char *, char **); 176 static const reg_entry *build_modrm_byte (void); 197 static const reg_entry bad_reg = { "<bad>", OPERAND_TYPE_NONE, 0, 0, 200 static const reg_entry *reg_eax; 201 static const reg_entry *reg_ds; 202 static const reg_entry *reg_es; 203 static const reg_entry *reg_ss; 204 static const reg_entry *reg_st0; 205 static const reg_entry *reg_k0; 214 const reg_entry *register_specifier; [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-cr16.c | 330 const reg_entry *rreg; in get_register() 332 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_register() 344 const reg_entry *rreg; in get_register_pair() 353 rreg = (const reg_entry *) str_hash_find (regp_hash, tmp_rp); in get_register_pair() 356 rreg = (const reg_entry *) str_hash_find (regp_hash, reg_name); in get_register_pair() 369 const reg_entry *rreg; in get_index_register() 371 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_index_register() 384 const reg_entry *rreg; in get_index_register_pair() 386 rreg = (const reg_entry *) str_hash_find (regp_hash, reg_name); in get_index_register_pair() 405 const reg_entry *prreg; in get_pregister() [all …]
|
H A D | tc-i386-intel.c | 32 const reg_entry *base; /* Base register (if any). */ 33 const reg_entry *index; /* Index register (if any). */ 255 static INLINE int i386_intel_check (const reg_entry *rreg, in i386_intel_check() 256 const reg_entry *base, in i386_intel_check() 257 const reg_entry *iindex) in i386_intel_check() 388 const reg_entry *the_reg = (this_operand >= 0 in i386_intel_simplify() 390 const reg_entry *base = intel_state.base; in i386_intel_simplify() 391 const reg_entry *state_index = intel_state.index; in i386_intel_simplify()
|
H A D | tc-crx.c | 185 const reg_entry *rreg; in get_register() 187 rreg = (const reg_entry *) str_hash_find (reg_hash, reg_name); in get_register() 200 const reg_entry *coreg; in get_copregister() 202 coreg = (const reg_entry *) str_hash_find (copreg_hash, copreg_name); in get_copregister() 529 const reg_entry *regtab; in md_begin() 540 const reg_entry *copregtab; in md_begin() 1063 const reg_entry *rreg; in getreg_image()
|
H A D | tc-aarch64.c | 394 } reg_entry; typedef 521 set_expected_reg_error (aarch64_reg_type type, const reg_entry *reg, in set_expected_reg_error() 539 set_expected_reglist_error (aarch64_reg_type type, const reg_entry *reg) in set_expected_reglist_error() 877 static reg_entry * 882 reg_entry *reg; in parse_reg() 898 reg = (reg_entry *) str_hash_find_n (aarch64_reg_hsh, start, p - start); in parse_reg() 913 inherent_reg_qualifier (const reg_entry *reg) in inherent_reg_qualifier() 942 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type) in aarch64_check_reg_type() 954 static const reg_entry * 959 const reg_entry *reg = parse_reg (&str); in aarch64_addr_reg_parse() [all …]
|
H A D | tc-i386.c | 164 static const reg_entry *parse_register (const char *, char **); 181 static const reg_entry *build_modrm_byte (void); 202 static const reg_entry bad_reg = { "<bad>", OPERAND_TYPE_NONE, 0, 0, 205 static const reg_entry *reg_eax; 206 static const reg_entry *reg_ds; 207 static const reg_entry *reg_es; 208 static const reg_entry *reg_ss; 209 static const reg_entry *reg_st0; 210 static const reg_entry *reg_k0; 219 const reg_entry *register_specifier; [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | cr16-dis.c | 197 const reg_entry * regentry = cr16_regtab + r; in getregname() 210 const reg_entry * regentry = cr16_regptab + r; in getregpname() 223 const reg_entry * regentry; in getidxregpname() 252 const reg_entry *r; in getprocregname() 266 const reg_entry *r; in getprocpregname()
|
H A D | cr16-opc.c | 470 const reg_entry cr16_regtab[] = 486 const reg_entry cr16_regptab[] = 505 const reg_entry cr16_pregtab[] = 526 const reg_entry cr16_pregptab[] =
|
H A D | crx-dis.c | 171 const reg_entry * regentry = &crx_regtab[r]; in getregname() 184 const reg_entry * regentry; in getcopregname() 202 const reg_entry *r; in getprocregname()
|
H A D | crx-opc.c | 596 const reg_entry crx_regtab[] = 635 const reg_entry crx_copregtab[] =
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | cr16-dis.c | 197 const reg_entry * regentry = cr16_regtab + r; in getregname() 210 const reg_entry * regentry = cr16_regptab + r; in getregpname() 223 const reg_entry * regentry; in getidxregpname() 252 const reg_entry *r; in getprocregname() 266 const reg_entry *r; in getprocpregname()
|
H A D | cr16-opc.c | 470 const reg_entry cr16_regtab[] = 486 const reg_entry cr16_regptab[] = 505 const reg_entry cr16_pregtab[] = 526 const reg_entry cr16_pregptab[] =
|
H A D | crx-dis.c | 171 const reg_entry * regentry = &crx_regtab[r]; in getregname() 184 const reg_entry * regentry; in getcopregname() 202 const reg_entry *r; in getprocregname()
|
H A D | i386-opc.h | 994 reg_entry; typedef 996 extern const reg_entry i386_regtab[];
|
H A D | crx-opc.c | 596 const reg_entry crx_regtab[] = 635 const reg_entry crx_copregtab[] =
|