Lines Matching refs:O_add
1470 __, __, O_multiply, O_add, __, O_subtract, __, O_divide,
1529 5, /* O_add */
1878 if (op_left == O_add && right.X_op == O_constant
1914 else if (op_left == O_add && resultP->X_op == O_constant
1958 /* Constant + constant (O_add) is handled by the
1998 && (op_left == O_add
2006 if (op_left == O_add)
2134 case O_add:
2150 if (op == O_add)
2265 case O_add: left += right; break;