Searched refs:reg_entry (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h362 reg_entry; typedef in typeref:struct:__anon589
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-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c315 const reg_entry *reg;
317 reg = (const reg_entry *) hash_find (reg_hash, reg_name);
329 const reg_entry *reg;
338 reg = (const reg_entry *) hash_find (regp_hash, tmp_rp);
341 reg = (const reg_entry *) hash_find (regp_hash, reg_name);
354 const reg_entry *reg;
356 reg = (const reg_entry *) hash_find (reg_hash, reg_name);
369 const reg_entry *reg;
371 reg = (const reg_entry *) hash_find (regp_hash, reg_name);
390 const reg_entry *pre
[all...]
H A Dtc-i386.c76 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;
1249 const reg_entry *regtab;
5032 const reg_entry *r;
5820 static const reg_entry *
5826 const reg_entry *r;
5839 return (const reg_entry *) NULL;
5847 return (const reg_entry *) NUL
[all...]
H A Dtc-score.c190 struct reg_entry struct
196 static const struct reg_entry score_rn_table[] =
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;
832 reg = (struct reg_entry *) hash_find (htab, start);
6567 insert_reg (const struct reg_entry *r, struct hash_control *htab)
6588 const struct reg_entry *r;
H A Dtc-arm.c471 struct reg_entry struct
1003 name, advance CCP over it and return the reg_entry structure;
1006 static struct reg_entry *
1011 struct reg_entry *reg;
1031 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start);
1041 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg,
1085 struct reg_entry *reg = arm_reg_parse_multi (ccp);
1253 struct reg_entry *reg = arm_reg_parse_multi (&str);
1962 static struct reg_entry *
1965 struct reg_entry *ne
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-opc.h227 reg_entry; typedef in typeref:struct:__anon93
234 extern const reg_entry i386_regtab[];
H A Dcr16-dis.c206 const reg_entry *reg = cr16_regtab + r;
219 const reg_entry *reg = cr16_regptab + r;
232 const reg_entry *reg;
261 const reg_entry *r;
275 const reg_entry *r;
H A Dcr16-opc.c458 /* Macro to build a reg_entry, which have an opcode image :
467 const reg_entry cr16_regtab[] =
483 const reg_entry cr16_regptab[] =
502 const reg_entry cr16_pregtab[] =
523 const reg_entry cr16_pregptab[] =
H A Di386-tbl.h4423 const reg_entry i386_regtab[] =
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddve3900-rom.c135 static struct reg_entry struct
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c382 struct al_eth_epe_p_reg_entry *reg_entry,
385 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_data, reg_entry->data);
386 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_mask, reg_entry->mask);
387 al_reg_write32(&adapter->ec_regs_base->epe_p[idx].comp_ctrl, reg_entry->ctrl);
389 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_data, reg_entry->data);
390 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_mask, reg_entry->mask);
391 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_ctrl, reg_entry->ctrl);
2559 struct al_eth_epe_p_reg_entry *reg_entry,
2562 al_eth_epe_entry_set(adapter, idx, reg_entry, control_entry);
381 al_eth_epe_entry_set(struct al_hal_eth_adapter *adapter, uint32_t idx, struct al_eth_epe_p_reg_entry *reg_entry, struct al_eth_epe_control_entry *control_entry) argument
2558 al_eth_rx_parser_entry_update(struct al_hal_eth_adapter *adapter, uint32_t idx, struct al_eth_epe_p_reg_entry *reg_entry, struct al_eth_epe_control_entry *control_entry) argument
H A Dal_hal_eth.h862 * @param reg_entry contents of parser register entry
868 struct al_eth_epe_p_reg_entry *reg_entry,

Completed in 204 milliseconds