Searched refs:n_operands (Results 1 – 1 of 1) sorted by relevance
832 int n_operands = 0; in md_assemble() local1056 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 …]