HomeSort by relevance Sort by last modified time
    Searched refs:reg_entry (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 362 reg_entry; typedef in typeref:struct:__anon75711
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[];
crx.h 359 reg_entry; typedef in typeref:struct:__anon75724
372 extern const reg_entry crx_regtab[];
377 extern const reg_entry crx_copregtab[];
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 320 const reg_entry *rreg;
322 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
334 const reg_entry *rreg;
343 rreg = (const reg_entry *) hash_find (regp_hash, tmp_rp);
346 rreg = (const reg_entry *) hash_find (regp_hash, reg_name);
359 const reg_entry *rreg;
361 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
374 const reg_entry *rreg;
376 rreg = (const reg_entry *) hash_find (regp_hash, reg_name);
395 const reg_entry *prreg
    [all...]
tc-i386-intel.c 32 const reg_entry *base; /* Base register (if any). */
33 const reg_entry *index; /* Index register (if any). */
217 static INLINE int i386_intel_check (const reg_entry *rreg,
218 const reg_entry *base,
219 const reg_entry *iindex)
330 const reg_entry *the_reg = (this_operand >= 0
332 const reg_entry *base = intel_state.base;
333 const reg_entry *state_index = intel_state.index;
tc-crx.c 209 const reg_entry *rreg;
211 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
224 const reg_entry *coreg;
226 coreg = (const reg_entry *) hash_find (copreg_hash, copreg_name);
565 const reg_entry *regtab;
583 const reg_entry *copregtab;
1110 const reg_entry *rreg;
    [all...]
tc-i386.c 161 static const reg_entry *parse_register (char *, char **);
211 const reg_entry *mask;
239 const reg_entry *register_specifier;
249 const reg_entry *regs;
313 const reg_entry *base_reg;
314 const reg_entry *index_reg;
    [all...]
tc-z80.c 164 struct reg_entry struct
194 static const struct reg_entry regtable[] =
616 static const struct reg_entry cc_tab[] =
640 struct reg_entry * cc_p;
    [all...]
tc-aarch64.c 273 } reg_entry;
652 return the reg_entry structure; otherwise return NULL.
655 static reg_entry *
660 reg_entry *reg;
676 reg = (reg_entry *) hash_find_n (aarch64_reg_hsh, start, p - start);
688 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type)
720 const reg_entry *reg = parse_reg (&str);
881 const reg_entry *reg = parse_reg (&str);
1184 static reg_entry *
1187 reg_entry *new
272 } reg_entry; typedef in typeref:struct:__anon75132
    [all...]
tc-arm.c 548 struct reg_entry struct
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-dis.c 203 const reg_entry * regentry = cr16_regtab + r;
216 const reg_entry * regentry = cr16_regptab + r;
229 const reg_entry * regentry;
258 const reg_entry *r;
272 const reg_entry *r;
cr16-opc.c 458 /* Macro to build a reg_entry, which have an opcode image :
470 const reg_entry cr16_regtab[] =
486 const reg_entry cr16_regptab[] =
505 const reg_entry cr16_pregtab[] =
526 const reg_entry cr16_pregptab[] =
i386-opc.h 869 reg_entry; typedef in typeref:struct:__anon75946
876 extern const reg_entry i386_regtab[];
crx-dis.c 189 const reg_entry * regentry = &crx_regtab[r];
202 const reg_entry * regentry;
220 const reg_entry *r;
crx-opc.c 586 /* Macro to build a reg_entry, which have an opcode image :
596 const reg_entry crx_regtab[] =
635 const reg_entry crx_copregtab[] =
i386-tbl.h     [all...]

Completed in 401 milliseconds