Home
last modified time | relevance | path

Searched refs:XOR (Results 1 – 25 of 58) sorted by path

123

/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-pdp11.texi90 @code{XOR}.
122 @code{MARK}, @code{RTT}, @code{SOB}, @code{SXT}, and @code{XOR}.
/dragonfly/contrib/cryptsetup/
H A DChangeLog137 * Do not export simple XOR helper now used only inside AF functions.
/dragonfly/contrib/file/magic/Magdir/
H A Danimation907 # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
H A Dfilesystems1267 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov DS,
1965 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.c6437 target = expand_builtin_sync_operation (mode, exp, XOR, false, target); in expand_builtin()
6503 target = expand_builtin_sync_operation (mode, exp, XOR, true, target); in expand_builtin()
6707 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true, in expand_builtin()
6783 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, false, in expand_builtin()
H A Dcfgexpand.c3214 return simplify_gen_binary (XOR, mode, op0, op1); in expand_debug_expr()
H A Dcombine.c6223 || GET_CODE (t) == XOR) in simplify_if_then_else()
6230 || GET_CODE (XEXP (t, 0)) == XOR in simplify_if_then_else()
6249 || GET_CODE (XEXP (t, 0)) == XOR) in simplify_if_then_else()
6266 || GET_CODE (XEXP (t, 0)) == XOR in simplify_if_then_else()
6285 || GET_CODE (XEXP (t, 0)) == XOR) in simplify_if_then_else()
8350 case XOR: in force_to_mode()
9770 case XOR: in merge_outer_ops()
9805 case XOR: in merge_outer_ops()
10308 case XOR: in simplify_shift_const_1()
11602 case XOR: in simplify_comparison()
[all …]
H A Dcse.c2700 case XOR: in exp_equiv_p()
3578 case IOR: case AND: case XOR: in fold_rtx()
H A Ddwarf2out.c12053 case XOR: in mem_loc_descriptor()
H A Dexpmed.c5485 && rtx_cost (trueval, XOR, 1, in emit_store_flag()
5588 && rtx_cost (trueval, XOR, 1, in emit_store_flag()
H A Dgenattrtab.c3292 case AND: case IOR: case XOR: in write_test_expr()
3372 case XOR: in write_test_expr()
H A Difcvt.c2210 if (GET_CODE (a) == IOR || GET_CODE (a) == XOR) in noce_try_bitop()
H A Doptabs.c6128 init_optab (xor_optab, XOR); in init_optabs()
7826 case XOR: in get_atomic_op_for_code()
7833 op->reverse_code = XOR; in get_atomic_op_for_code()
H A Dreload1.c2732 case AND: case IOR: case XOR: in eliminate_regs_1()
H A Drtl.def465 DEF_RTL_EXPR(XOR, "xor", "ee", RTX_COMM_ARITH)
H A Drtlanal.c4112 case XOR: case IOR: in nonzero_bits1()
4621 case IOR: case AND: case XOR: in num_sign_bit_copies1()
H A Dsched-vis.c175 case XOR: in print_exp()
H A Dsimplify-rtx.c2044 && GET_CODE (op0) == XOR in simplify_binary_operation_1()
2573 case XOR: in simplify_binary_operation_1()
2866 case XOR: in simplify_binary_operation_1()
3431 || code == XOR) in simplify_const_binary_operation()
3452 case XOR: in simplify_const_binary_operation()
3612 case XOR: in simplify_const_binary_operation()
3755 case XOR: in simplify_const_binary_operation()
4391 && op0code == XOR) in simplify_relational_operation_1()
4397 && op0code == XOR in simplify_relational_operation_1()
4405 && op0code == XOR in simplify_relational_operation_1()
[all …]
H A Dtree.def702 OR, and XOR always compute the second operand whether its value is
H A Dvar-tracking.c5315 case XOR: in reverse_op()
5361 case XOR: in reverse_op()
5362 code = XOR; in reverse_op()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c31832 case XOR: in ix86_rtx_costs()
H A Dsse.md758 absneg_op = GET_CODE (operands[3]) == NEG ? XOR : AND;
3145 tmp[6] = expand_simple_binop (<ssepackfltmode>mode, XOR, tmp[4], tmp[5],
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dmd.texi6884 could be XOR'ed with C to get the sign-extended value.} */
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h67 OP(XOR, "^") \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c6277 code = XOR; in expand_ifn_atomic_bit_test_and()
7284 target = expand_builtin_sync_operation (mode, exp, XOR, false, target); in expand_builtin()
7350 target = expand_builtin_sync_operation (mode, exp, XOR, true, target); in expand_builtin()
7554 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true, in expand_builtin()
7630 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, false, in expand_builtin()

123