Home
last modified time | relevance | path

Searched refs:arc_operand_value (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/include/opcode/
HDarc.h105 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 *);
/NextBSD/contrib/binutils/opcodes/
HDarc-opc.c83 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 …]
/NextBSD/contrib/binutils/gas/config/
HDtc-arc.c135 struct arc_operand_value *get_ext_suffix (char *s);
262 const struct arc_operand_value *reg, in arc_insert_operand()
1488 const struct arc_operand_value *insn_suffixes[MAX_SUFFIXES]; in md_assemble()
1570 const struct arc_operand_value *suf, *suffix_end; in md_assemble()
1571 const struct arc_operand_value *suffix = NULL; in md_assemble()
1681 const struct arc_operand_value *reg = NULL; in md_assemble()
1708 reg = (struct arc_operand_value *) exp.X_add_number; in md_assemble()