Lines Matching full:o_constant
86 zero.X_op = O_constant;
99 (expressionP->X_op == O_constant
107 if (expressionP->X_op == O_constant)
159 e.X_op = O_constant;
555 expressionP->X_op = O_constant;
606 expressionP->X_op = O_constant;
630 expressionP->X_op = O_constant;
694 expressionP->X_op = O_constant;
716 expressionp->X_op = O_constant;
835 expressionP->X_op = O_constant;
996 expressionP->X_op = O_constant;
1023 if (expressionP->X_op == O_constant)
1086 expressionP->X_op = O_constant;
1329 expressionP->X_op = O_constant;
1359 expressionP->X_op = O_constant;
1415 case O_constant:
1505 0, /* O_constant */
1727 signed word values can be represented in an O_constant expression, which is
1801 right.X_op = O_constant;
1842 resultP->X_op = O_constant;
1853 right.X_op = O_constant;
1871 if (op_left == O_add && right.X_op == O_constant
1898 resultP->X_op = O_constant;
1901 else if (op_left == O_subtract && right.X_op == O_constant
1907 else if (op_left == O_add && resultP->X_op == O_constant
1917 else if (resultP->X_op == O_constant && right.X_op == O_constant)
2063 return resultP->X_op == O_constant ? absolute_section : retval;
2088 case O_constant:
2115 op = O_constant;
2305 op = O_constant;
2312 op = O_constant;
2321 if (op == O_constant || op == O_register)