Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.c1462 int op2no = n_operands - 1; in md_assemble() local
1465 || ((exp[op2no].X_op == O_register in md_assemble()
1466 && exp[op2no].X_add_number > 255) in md_assemble()
1467 || (exp[op2no].X_op == O_constant in md_assemble()
1468 && (exp[op2no].X_add_number > 255 in md_assemble()
1469 || exp[op2no].X_add_number < 0))) in md_assemble()
1492 if (exp[op2no].X_op == O_register) in md_assemble()
1493 opcodep[3] = exp[op2no].X_add_number; in md_assemble()
1494 else if (exp[op2no].X_op == O_constant) in md_assemble()
1496 opcodep[3] = exp[op2no].X_add_number; in md_assemble()
[all …]