Home
last modified time | relevance | path

Searched refs:arg_r (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z80.c821 expressionS arg_m, arg_r; in emit_mr() local
831 p = parse_exp (p + 1, & arg_r); in emit_mr()
833 if ((arg_r.X_md == 0) in emit_mr()
834 && (arg_r.X_op == O_register) in emit_mr()
835 && (arg_r.X_add_number < 8)) in emit_mr()
836 opcode += arg_r.X_add_number-6; /* Emit_mx () will add 6. */ in emit_mr()
H A Dtc-crx.c893 cur_arg->type = arg_r; in parse_operand()
1304 case arg_r: in print_operand()
1706 if ((insn->arg[0].type == arg_r) || (insn->arg[1].type == arg_r)) in warn_if_needed()
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h105 arg_r, arg_c, arg_cr, arg_ic, arg_icr, arg_sc, enumerator
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c396 case arg_r: in make_argument()
520 case arg_r: in print_arg()
H A Dcrx-opc.c680 {4, arg_r, 0}, /* regr */
681 {8, arg_r, 0}, /* regr8 */