Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A 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[];
H A Dcrx.h359 reg_entry; typedef
372 extern const reg_entry crx_regtab[];
377 extern const reg_entry crx_copregtab[];
H A 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.old/dist/include/opcode/
H A 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[];
H A Dcrx.h359 reg_entry; typedef
372 extern const reg_entry crx_regtab[];
377 extern const reg_entry crx_copregtab[];
H A 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.old/dist/gas/config/
H A 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 …]
H A Dtc-i386-intel.c32 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 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()
H A Dtc-aarch64.c357 } 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 Dtc-i386.c159 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 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 …]
H A 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()
H A 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()
H A 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 …]
H A 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 …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A 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()
H A 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[] =
H A 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()
H A Dcrx-opc.c596 const reg_entry crx_regtab[] =
635 const reg_entry crx_copregtab[] =
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A 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()
H A 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[] =
H A 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()
H A Di386-opc.h994 reg_entry; typedef
996 extern const reg_entry i386_regtab[];
H A Dcrx-opc.c596 const reg_entry crx_regtab[] =
635 const reg_entry crx_copregtab[] =

123