Lines Matching full:op_left
1777 operatorT op_left;
1795 op_left = operatorf (&op_chars);
1796 while (op_left != O_illegal && op_rank[(int) op_left] > rank)
1804 rightseg = expr (op_rank[(int) op_left], &right, mode);
1816 if (op_left == O_index)
1829 know (op_right == O_illegal || op_left == O_index
1830 || op_rank[(int) op_right] <= op_rank[(int) op_left]);
1831 know ((int) op_left >= (int) O_multiply);
1833 know ((int) op_left <= (int) O_index);
1835 know ((int) op_left < (int) O_max);
1841 /* operator in op_left. */
1868 if (md_optimize_expr (resultP, op_left, &right))
1878 if (op_left == O_add && right.X_op == O_constant
1885 else if (op_left == O_subtract
1908 else if (op_left == O_subtract && right.X_op == O_constant
1914 else if (op_left == O_add && resultP->X_op == O_constant
1928 if (v == 0 && (op_left == O_divide || op_left == O_modulus))
1934 && (op_left == O_left_shift || op_left == O_right_shift))
1941 switch (op_left)
1998 && (op_left == O_add
1999 || op_left == O_subtract
2004 resultP->X_op = op_left;
2006 if (op_left == O_add)
2008 else if (op_left == O_subtract)
2028 resultP->X_op = op_left;
2053 else if (op_left == O_subtract)
2060 op_left = op_right;