Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mmix.c832 int n_operands = 0; in md_assemble() local
1056 n_operands = get_putget_operands (instruction, operands, exp); in md_assemble()
1058 n_operands = get_operands (max_operands, operands, exp); in md_assemble()
1088 if (n_operands == 0 && ! mmix_gnu_syntax) in md_assemble()
1096 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1116 if (n_operands != 2 in md_assemble()
1145 if (n_operands != 2 || exp[1].X_op == O_register) in md_assemble()
1178 if (n_operands != 3 || exp[2].X_op == O_constant) in md_assemble()
1186 if (n_operands != 3) in md_assemble()
1202 if (n_operands < 1 in md_assemble()
[all …]