Home
last modified time | relevance | path

Searched refs:op_left (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/
H A Dexpr.c1676 operatorT op_left; in expr() local
1692 while (op_left != O_illegal && op_rank[(int) op_left] > rank) in expr()
1710 if (op_left == O_index) in expr()
1803 if (v == 0 && (op_left == O_divide || op_left == O_modulus)) in expr()
1808 switch (op_left) in expr()
1861 && (op_left == O_add in expr()
1862 || op_left == O_subtract in expr()
1867 resultP->X_op = op_left; in expr()
1869 if (op_left == O_add) in expr()
1886 resultP->X_op = op_left; in expr()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.c1653 operatorT op_left; in expr() local
1669 while (op_left != O_illegal && op_rank[(int) op_left] > rank) in expr()
1688 if (op_left == O_index) in expr()
1784 if (v == 0 && (op_left == O_divide || op_left == O_modulus)) in expr()
1789 switch (op_left) in expr()
1842 && (op_left == O_add in expr()
1843 || op_left == O_subtract in expr()
1848 resultP->X_op = op_left; in expr()
1850 if (op_left == O_add) in expr()
1867 resultP->X_op = op_left; in expr()
[all …]