Searched refs:arc_operand_value (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | arc.h | 105 struct arc_operand_value { struct 121 struct arc_operand_value operand; argument 233 const struct arc_operand_value *reg, long value, const char **errmsg); 261 const struct arc_operand_value **opval, int *invalid); 298 extern const struct arc_operand_value arc_suffixes[]; 300 extern const struct arc_operand_value arc_reg_names[]; 314 const struct arc_operand_value *arc_opcode_lookup_suffix 317 int arc_opval_supported (const struct arc_operand_value *); 322 struct arc_operand_value *get_ext_suffix (char *);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | arc.h | 105 struct arc_operand_value { struct 121 struct arc_operand_value operand; argument 233 const struct arc_operand_value *reg, long value, const char **errmsg); 261 const struct arc_operand_value **opval, int *invalid); 298 extern const struct arc_operand_value arc_suffixes[]; 300 extern const struct arc_operand_value arc_reg_names[]; 314 const struct arc_operand_value *arc_opcode_lookup_suffix 317 int arc_opval_supported (const struct arc_operand_value *); 322 struct arc_operand_value *get_ext_suffix (char *);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | arc-opc.c | 83 int, const struct arc_operand_value *, long, \ 88 int, const struct arc_operand_value **, int *) 333 const struct arc_operand_value *reg, in insert_reg() 462 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_flag() 479 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_nullify() 497 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_flagfinish() 517 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_cond() 536 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_forcelimm() 548 const struct arc_operand_value *reg ATTRIBUTE_UNUSED, in insert_addr_wb() 560 const struct arc_operand_value *reg, in insert_base() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | arc-opc.c | 28 int, const struct arc_operand_value *, long, \ 32 int, const struct arc_operand_value **, int *)) 355 const struct arc_operand_value arc_reg_names[] = 433 const struct arc_operand_value arc_suffixes[] = 679 const struct arc_operand_value *reg; 811 const struct arc_operand_value *reg ATTRIBUTE_UNUSED; 829 const struct arc_operand_value *reg ATTRIBUTE_UNUSED; 848 const struct arc_operand_value *reg ATTRIBUTE_UNUSED; 869 const struct arc_operand_value *reg ATTRIBUTE_UNUSED; 889 const struct arc_operand_value *reg ATTRIBUTE_UNUSED; [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-arc.c | 44 const struct arc_operand_value *, 170 struct arc_operand_value *get_ext_suffix (char *s); 301 const struct arc_operand_value *reg; 423 const struct arc_operand_value *insn_suffixes[MAX_SUFFIXES]; 514 const struct arc_operand_value *suf, *suffix_end; 515 const struct arc_operand_value *suffix = NULL; 625 const struct arc_operand_value *reg = NULL; 655 reg = (struct arc_operand_value *) exp.X_add_number;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arc.c | 137 struct arc_operand_value *get_ext_suffix (char *s); 264 const struct arc_operand_value *reg, in arc_insert_operand() 1490 const struct arc_operand_value *insn_suffixes[MAX_SUFFIXES]; in md_assemble() 1572 const struct arc_operand_value *suf, *suffix_end; in md_assemble() 1573 const struct arc_operand_value *suffix = NULL; in md_assemble() 1683 const struct arc_operand_value *reg = NULL; in md_assemble() 1710 reg = (struct arc_operand_value *) exp.X_add_number; in md_assemble()
|