Lines Matching full:x_op
1158 oper->exp.X_op = O_absent;
1239 oper->exp.X_op = O_constant;
1335 if (oper->exp.X_op == O_illegal)
1340 else if (oper->exp.X_op == O_absent)
1580 if (oper->X_op == O_constant)
1602 else if (oper->X_op != O_register)
1637 as_fatal (_("Operand `%x' not recognized in fixup8."), oper->X_op);
1650 if (oper->X_op == O_constant)
1659 else if (oper->X_op != O_register)
1685 as_fatal (_("Operand `%x' not recognized in fixup16."), oper->X_op);
1698 if (oper->X_op == O_constant)
1707 else if (oper->X_op != O_register)
1716 as_fatal (_("Operand `%x' not recognized in fixup16."), oper->X_op);
1729 if (oper->X_op == O_constant)
1754 else if (oper->X_op != O_register)
1792 as_fatal (_("Operand `%x' not recognized in fixup8."), oper->X_op);
1854 || (operands[0].exp.X_op == O_constant
1892 X_op == O_constant)
2011 || (operands[1].exp.X_op == O_constant
2024 if (operands[1].exp.X_op == O_constant)
2081 if (op->exp.X_op == O_constant)
2145 if (op->exp.X_op == O_constant)
2210 if (op->exp.X_op != O_symbol)
2969 if (operands[0].exp.X_op == O_illegal)
2974 else if (operands[0].exp.X_op == O_absent)
3081 if (operands[0].exp.X_op == O_illegal)
3086 else if (operands[0].exp.X_op == O_absent)
3155 if (operands[0].exp.X_op == O_illegal)
3160 else if (operands[0].exp.X_op == O_absent)
3177 if (operands[0].exp.X_op != O_constant)
3339 if (operands[0].exp.X_op == O_illegal)
3344 else if (operands[0].exp.X_op == O_absent)
3370 if (operands[0].exp.X_op != O_constant)
3809 if (ex.X_op != O_symbol || ex.X_add_number != 0)