Searched refs:O_bit_or_not (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.h80 O_bit_or_not, enumerator in enum:__anon357
H A Dexpr.c1408 __, O_bit_or_not, __, __, __, O_modulus, O_bit_and, __,
1465 7, /* O_bit_or_not */
1799 case O_bit_or_not: resultP->X_add_number |= ~v; break;
1955 case O_bit_or_not:
2050 && op != O_bit_or_not && op != O_bit_and)
2079 else if (op != O_bit_exclusive_or && op != O_bit_or_not)
2102 case O_bit_or_not: left |= ~right; break;
H A Dsymbols.c915 case O_bit_or_not:
1264 case O_bit_or_not:
1370 case O_bit_or_not: left |= ~right; break;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c866 case O_bit_or_not:
H A Dtc-alpha.c760 case O_bit_or_not: name = "O_bit_or_not"; break;

Completed in 82 milliseconds