Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.c830 int n_operands = 0; in md_assemble() local
1054 n_operands = get_putget_operands (instruction, operands, exp); in md_assemble()
1056 n_operands = get_operands (max_operands, operands, exp); in md_assemble()
1086 if (n_operands == 0 && ! mmix_gnu_syntax) in md_assemble()
1094 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1114 if (n_operands != 2 in md_assemble()
1143 if (n_operands != 2 || exp[1].X_op == O_register) in md_assemble()
1176 if (n_operands != 3 || exp[2].X_op == O_constant) in md_assemble()
1184 if (n_operands != 3) in md_assemble()
1200 if (n_operands < 1 in md_assemble()
[all …]