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

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h105 struct arc_operand_value { struct
121 struct arc_operand_value operand;
233 const struct arc_operand_value *reg, long value, const char **errmsg);
257 their struct arc_operand_value pointer stored in OPVAL. */
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_suffi
[all...]
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c84 int, const struct arc_operand_value *, long, \
89 int, const struct arc_operand_value **, int *)
335 const struct arc_operand_value *reg,
464 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
481 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
499 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
519 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
538 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
550 const struct arc_operand_value *reg ATTRIBUTE_UNUSED,
562 const struct arc_operand_value *re
[all...]
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c136 struct arc_operand_value *get_ext_suffix (char *s);
264 const struct arc_operand_value *reg,
1495 const struct arc_operand_value *insn_suffixes[MAX_SUFFIXES];
1577 const struct arc_operand_value *suf, *suffix_end;
1578 const struct arc_operand_value *suffix = NULL;
1688 const struct arc_operand_value *reg = NULL;
1715 reg = (struct arc_operand_value *) exp.X_add_number;

Completed in 63 milliseconds