Lines Matching refs:op_left
1763 operatorT op_left; in expr() local
1781 op_left = operatorf (&op_chars); in expr()
1782 while (op_left != O_illegal && op_rank[(int) op_left] > rank) in expr()
1790 rightseg = expr (op_rank[(int) op_left], &right, mode); in expr()
1802 if (op_left == O_index) in expr()
1815 know (op_right == O_illegal || op_left == O_index in expr()
1816 || op_rank[(int) op_right] <= op_rank[(int) op_left]); in expr()
1817 know ((int) op_left >= (int) O_multiply); in expr()
1819 know ((int) op_left <= (int) O_index); in expr()
1821 know ((int) op_left < (int) O_max); in expr()
1854 if (md_optimize_expr (resultP, op_left, &right)) in expr()
1864 if (op_left == O_add && right.X_op == O_constant in expr()
1871 else if (op_left == O_subtract in expr()
1894 else if (op_left == O_subtract && right.X_op == O_constant in expr()
1900 else if (op_left == O_add && resultP->X_op == O_constant in expr()
1914 if (v == 0 && (op_left == O_divide || op_left == O_modulus)) in expr()
1920 && (op_left == O_left_shift || op_left == O_right_shift)) in expr()
1927 switch (op_left) in expr()
1984 && (op_left == O_add in expr()
1985 || op_left == O_subtract in expr()
1990 resultP->X_op = op_left; in expr()
1992 if (op_left == O_add) in expr()
1994 else if (op_left == O_subtract) in expr()
2014 resultP->X_op = op_left; in expr()
2039 else if (op_left == O_subtract) in expr()
2046 op_left = op_right; in expr()