Searched refs:O_bit_and (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.h84 O_bit_and, enumerator in enum:__anon357
H A Dexpr.c1408 __, O_bit_or_not, __, __, __, O_modulus, O_bit_and, __,
1467 7, /* O_bit_and */
1801 case O_bit_and: resultP->X_add_number &= v; break;
1957 case O_bit_and:
2050 && op != O_bit_or_not && op != O_bit_and)
2074 else if (op == O_bit_and || op == O_bit_inclusive_or)
2104 case O_bit_and: left &= right; break;
H A Dsymbols.c917 case O_bit_and:
1266 case O_bit_and:
1372 case O_bit_and: left &= right; break;
2886 case O_bit_and:
3115 case O_bit_and: HANDLE_XADD_OPT2 ("&");
H A Dcgen.c793 if (exp->X_op != O_bit_and)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c868 case O_bit_and:
H A Dtc-alpha.c762 case O_bit_and: name = "O_bit_and"; break;

Completed in 96 milliseconds