Home
last modified time | relevance | path

Searched refs:reg_entry (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dcr16.h362 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[];
Dcrx.h359 reg_entry; typedef
372 extern const reg_entry crx_regtab[];
377 extern const reg_entry crx_copregtab[];
Dvisium.h101 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/dist/include/opcode/
Dcr16.h362 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[];
Dcrx.h359 reg_entry; typedef
372 extern const reg_entry crx_regtab[];
377 extern const reg_entry crx_copregtab[];
Dvisium.h101 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/dist/gas/config/
Dtc-cr16.c330 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 …]
Dtc-i386-intel.c32 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()
Dtc-crx.c185 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()
Dtc-aarch64.c394 } 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 …]
Dtc-i386.c164 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 …]
Dtc-visium.c891 r = sizeof (gen_reg_table) / sizeof (struct reg_entry) - 1; in parse_gen_reg()
928 r = sizeof (fp_reg_table) / sizeof (struct reg_entry) - 1; in parse_fp_reg()
Dtc-z80.c432 struct reg_entry struct
464 static const struct reg_entry regtable[] =
1038 static const struct reg_entry cc_tab[] =
1062 struct reg_entry * cc_p; in parse_cc()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddevice_table.c53 int reg_entry; in generic_device_init_address() local
54 for (reg_entry = 0; in generic_device_init_address()
55 device_find_reg_array_property(me, *reg_property_name, reg_entry, in generic_device_init_address()
57 reg_entry++) { in generic_device_init_address()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dhw-base.c536 int reg_entry; in do_hw_attach_regs() local
537 for (reg_entry = 0; in do_hw_attach_regs()
538 hw_find_reg_array_property (hw, *reg_property_name, reg_entry, in do_hw_attach_regs()
540 reg_entry++) in do_hw_attach_regs()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcr16-dis.c197 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()
Dcr16-opc.c470 const reg_entry cr16_regtab[] =
486 const reg_entry cr16_regptab[] =
505 const reg_entry cr16_pregtab[] =
526 const reg_entry cr16_pregptab[] =
Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; in getregname()
184 const reg_entry * regentry; in getcopregname()
202 const reg_entry *r; in getprocregname()
Dcrx-opc.c596 const reg_entry crx_regtab[] =
635 const reg_entry crx_copregtab[] =
Di386-opc.h1063 reg_entry; typedef
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcr16-dis.c197 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()
Dcr16-opc.c470 const reg_entry cr16_regtab[] =
486 const reg_entry cr16_regptab[] =
505 const reg_entry cr16_pregtab[] =
526 const reg_entry cr16_pregptab[] =
Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; in getregname()
184 const reg_entry * regentry; in getcopregname()
202 const reg_entry *r; in getprocregname()
Dcrx-opc.c596 const reg_entry crx_regtab[] =
635 const reg_entry crx_copregtab[] =
Di386-opc.h1057 reg_entry; typedef

12