Home
last modified time | relevance | path

Searched refs:O_bit_and (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Dexpr.h84 O_bit_and, enumerator
Dexpr.c1511 __, O_bit_or_not, __, __, __, O_modulus, O_bit_and, __,
2034 case O_bit_and: resultP->X_add_number &= v; break; in expr()
2220 case O_bit_and: in resolve_expression()
2318 && op != O_bit_or_not && op != O_bit_and) in resolve_expression()
2343 else if (op == O_bit_and || op == O_bit_inclusive_or) in resolve_expression()
2383 case O_bit_and: left &= right; break; in resolve_expression()
Dsymbols.c1178 case O_bit_and: in use_complex_relocs_for()
1240 case O_bit_and: opname = "&"; break; in report_op_error()
1618 case O_bit_and: in resolve_symbol_value()
1734 case O_bit_and: left &= right; break; in resolve_symbol_value()
3302 case O_bit_and: in print_expr_1()
3530 case O_bit_and: HANDLE_XADD_OPT2 ("&"); in symbol_relc_make_expr()
Dcgen.c769 if (exp->X_op != O_bit_and) in weak_operand_overflow_check()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386-intel.c78 { "and", O_bit_and, 2 },
Dtc-s390.c947 case O_bit_and: in s390_exp_compare()
Dtc-z80.c1175 if (val->X_op == O_bit_and && shift == (1 << (size*8))-1) in emit_data_val()
Dtc-arc.c1065 case O_bit_and: name = "O_bit_and"; break; in debug_exp()
Dtc-alpha.c813 case O_bit_and: name = "O_bit_and"; break; in debug_exp()
Dtc-csky.c7370 else if (csky_insn.e1.X_op == O_bit_and) in v2_work_ori()