Lines Matching defs:op_left
1874 operatorT op_left;
1889 op_left = operatorf (&op_chars);
1890 while (op_left != O_illegal && op_rank[op_left] > rank)
1899 rightseg = expr (op_rank[op_left], &right, mode);
1911 if (op_left == O_index)
1924 know (op_right == O_illegal || op_left == O_index
1925 || op_rank[op_right] <= op_rank[op_left]);
1926 know (op_left >= O_multiply);
1928 know (op_left <= O_index);
1930 know (op_left < O_max);
1936 /* operator in op_left. */
1972 if (md_optimize_expr (resultP, op_left, &right))
1979 if (op_left == O_add && right.X_op == O_constant
1986 else if (op_left == O_subtract
2010 else if (op_left == O_subtract && right.X_op == O_constant
2017 else if (op_left == O_add && resultP->X_op == O_constant
2031 if (v == 0 && (op_left == O_divide || op_left == O_modulus))
2036 switch (op_left)
2088 else if (op_left == O_left_shift)
2149 && (op_left == O_add
2150 || op_left == O_subtract
2155 resultP->X_op = op_left;
2157 if (op_left == O_add)
2159 else if (op_left == O_subtract)
2179 resultP->X_op = op_left;
2205 else if (op_left == O_subtract)
2212 op_left = op_right;