Searched refs:reg_entry (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | cr16.h | 362 reg_entry; typedef 373 extern const reg_entry cr16_regtab[]; 378 extern const reg_entry cr16_regptab[]; 383 extern const reg_entry cr16_pregtab[]; 388 extern const reg_entry cr16_pregptab[];
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-cr16.c | 315 const reg_entry *reg; in get_register() 317 reg = (const reg_entry *) hash_find (reg_hash, reg_name); in get_register() 329 const reg_entry *reg; in get_register_pair() 338 reg = (const reg_entry *) hash_find (regp_hash, tmp_rp); in get_register_pair() 341 reg = (const reg_entry *) hash_find (regp_hash, reg_name); in get_register_pair() 354 const reg_entry *reg; in get_index_register() 356 reg = (const reg_entry *) hash_find (reg_hash, reg_name); in get_index_register() 369 const reg_entry *reg; in get_index_register_pair() 371 reg = (const reg_entry *) hash_find (regp_hash, reg_name); in get_index_register_pair() 390 const reg_entry *preg; in get_pregister() [all …]
|
| D | tc-i386.c | 76 static const reg_entry *parse_register (char *, char **); 112 const reg_entry *regs; 149 const reg_entry *base_reg; 150 const reg_entry *index_reg; 1247 const reg_entry *regtab; in md_begin() 5027 const reg_entry *r; in i386_operand() 5810 static const reg_entry * 5816 const reg_entry *r; in parse_real_register() 5829 return (const reg_entry *) NULL; in parse_real_register() 5837 return (const reg_entry *) NULL; in parse_real_register() [all …]
|
| D | tc-score.c | 190 struct reg_entry struct 196 static const struct reg_entry score_rn_table[] = argument 209 static const struct reg_entry score_srn_table[] = 215 static const struct reg_entry score_crn_table[] = 230 const struct reg_entry *names; 820 struct reg_entry *reg; in score_reg_parse() 832 reg = (struct reg_entry *) hash_find (htab, start); in score_reg_parse() 6567 insert_reg (const struct reg_entry *r, struct hash_control *htab) in insert_reg() 6588 const struct reg_entry *r; in build_reg_hsh()
|
| D | tc-arm.c | 471 struct reg_entry struct 1004 static struct reg_entry * 1009 struct reg_entry *reg; in arm_reg_parse_multi() 1029 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start); in arm_reg_parse_multi() 1039 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg, in arm_reg_alt_syntax() 1083 struct reg_entry *reg = arm_reg_parse_multi (ccp); in arm_reg_parse() 1251 struct reg_entry *reg = arm_reg_parse_multi (&str); in parse_typed_reg_or_scalar() 1960 static struct reg_entry * 1963 struct reg_entry *new; in insert_reg_alias() 1980 new = xmalloc (sizeof (struct reg_entry)); in insert_reg_alias() [all …]
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | i386-opc.h | 227 reg_entry; typedef 234 extern const reg_entry i386_regtab[];
|
| D | cr16-dis.c | 206 const reg_entry *reg = cr16_regtab + r; in getregname() 219 const reg_entry *reg = cr16_regptab + r; in getregpname() 232 const reg_entry *reg; in getidxregpname() 261 const reg_entry *r; in getprocregname() 275 const reg_entry *r; in getprocpregname()
|
| D | cr16-opc.c | 467 const reg_entry cr16_regtab[] = 483 const reg_entry cr16_regptab[] = 502 const reg_entry cr16_pregtab[] = 523 const reg_entry cr16_pregptab[] =
|
| D | i386-tbl.h | 4423 const reg_entry i386_regtab[] =
|
| /freebsd-12-stable/sys/contrib/alpine-hal/eth/ |
| D | al_hal_eth_main.c | 386 struct al_eth_epe_p_reg_entry *reg_entry, in al_eth_epe_entry_set() argument 389 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_data, reg_entry->data); in al_eth_epe_entry_set() 390 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_mask, reg_entry->mask); in al_eth_epe_entry_set() 391 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_ctrl, reg_entry->ctrl); in al_eth_epe_entry_set() 393 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_data, reg_entry->data); in al_eth_epe_entry_set() 394 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_mask, reg_entry->mask); in al_eth_epe_entry_set() 395 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_ctrl, reg_entry->ctrl); in al_eth_epe_entry_set() 2816 struct al_eth_epe_p_reg_entry *reg_entry, in al_eth_rx_parser_entry_update() argument 2819 al_eth_epe_entry_set(adapter, idx, reg_entry, control_entry); in al_eth_rx_parser_entry_update()
|
| D | al_hal_eth.h | 905 struct al_eth_epe_p_reg_entry *reg_entry,
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dve3900-rom.c | 135 static struct reg_entry struct
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-2006 | 1788 (reg_entry): Add neon type info field. 1810 (insert_reg_alias): Return new reg_entry not void. 1860 (REGDEF): Add zero for reg_entry neon field.
|
| D | ChangeLog-0203 | 539 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'. 7423 * tc-arm.c (struct reg_entry): Move before prototypes.
|
| D | ChangeLog-9899 | 3418 (i386_operand): Add const to reg_entry *r.
|