Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c831 expressionS arg_m; in emit_m() local
834 p = parse_exp (args, &arg_m); in emit_m()
835 switch (arg_m.X_op) in emit_m()
839 emit_mx (prefix, opcode, 0, &arg_m); in emit_m()
853 expressionS arg_m, arg_r; in emit_mr() local
856 p = parse_exp (args, & arg_m); in emit_mr()
858 switch (arg_m.X_op) in emit_mr()
877 emit_mx (prefix, opcode, 0, & arg_m); in emit_mr()