Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mmix.c824 int n_operands = 0; in md_assemble() local
1048 n_operands = get_putget_operands (instruction, operands, exp); in md_assemble()
1050 n_operands = get_operands (max_operands, operands, exp); in md_assemble()
1080 if (n_operands == 0 && ! mmix_gnu_syntax) in md_assemble()
1088 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1108 if (n_operands != 2 in md_assemble()
1137 if (n_operands != 2 || exp[1].X_op == O_register) in md_assemble()
1170 if (n_operands != 3 || exp[2].X_op == O_constant) in md_assemble()
1178 if (n_operands != 3) in md_assemble()
1194 if (n_operands < 1 in md_assemble()
[all …]