Home | History | Annotate | Download | only in gas

Lines Matching refs:O_bit_inclusive_or

1486   __, __, __, __, O_bit_inclusive_or, __, __, __,
1525 7, /* O_bit_inclusive_or */
1709 return O_bit_inclusive_or;
1954 case O_bit_inclusive_or: resultP->X_add_number |= v; break;
2130 case O_bit_inclusive_or:
2207 if (op == O_bit_exclusive_or || op == O_bit_inclusive_or)
2253 else if (op == O_bit_and || op == O_bit_inclusive_or)
2280 case O_bit_inclusive_or: left |= right; break;