Home
last modified time | relevance | path

Searched refs:XOR (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/netbsd-src/sys/arch/hppa/spmath/
H A Dquad_float.h85 result = Qallp1(leftp1) XOR Qallp1(rightp1);
90 Qallp1(resultp1) = left XOR Qallp1(rightp1)
94 Qallp2(leftp2) = Qallp2(leftp2) XOR Qallp2(rightp2) \
95 Qallp2(rightp2) = Qallp2(leftp2) XOR Qallp2(rightp2) \
96 Qallp2(leftp2) = Qallp2(leftp2) XOR Qallp2(rightp2) \
97 Qallp3(leftp3) = Qallp3(leftp3) XOR Qallp3(rightp3) \
98 Qallp3(rightp3) = Qallp3(leftp3) XOR Qallp3(rightp3) \
99 Qallp3(leftp3) = Qallp3(leftp3) XOR Qallp3(rightp3) \
100 Qallp4(leftp4) = Qallp4(leftp4) XOR Qallp4(rightp4) \
101 Qallp4(rightp4) = Qallp4(leftp4) XOR Qallp4(rightp4) \
[all …]
H A Ddbl_float.h445 result = Dallp1(left) XOR Dallp1(right)
448 Dallp1(result) = left XOR Dallp1(right)
451 Dallp2(left) = Dallp2(left) XOR Dallp2(right); \
452 Dallp2(right) = Dallp2(left) XOR Dallp2(right); \
453 Dallp2(left) = Dallp2(left) XOR Dallp2(right)
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dchacha_private.h41 #define XOR(v,w) ((v) ^ (w)) macro
46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes()
168 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); in chacha_encrypt_bytes()
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes()
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
171 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dchacha.c43 #define XOR(v,w) ((v) ^ (w)) macro
48 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
50 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
51 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
168 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes()
169 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); in chacha_encrypt_bytes()
170 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes()
171 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
172 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c31 #define XOR(v, w) ((v) ^ (w)) macro
37 d = ROTATE(XOR(d, a), 16); \
39 b = ROTATE(XOR(b, c), 12); \
41 d = ROTATE(XOR(d, a), 8); \
43 b = ROTATE(XOR(b, c), 7);
168 x0 = XOR(x0, LOAD32_LE(m + 0)); in chacha20_encrypt_bytes()
169 x1 = XOR(x1, LOAD32_LE(m + 4)); in chacha20_encrypt_bytes()
170 x2 = XOR(x2, LOAD32_LE(m + 8)); in chacha20_encrypt_bytes()
171 x3 = XOR(x3, LOAD32_LE(m + 12)); in chacha20_encrypt_bytes()
172 x4 = XOR(x4, LOAD32_LE(m + 16)); in chacha20_encrypt_bytes()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h36 #define XOR(a, b) _mm256_xor_si256(a, b) macro
49 d = XOR(d, a); \
52 b = XOR(b, c); \
60 d = XOR(d, a); \
63 b = XOR(b, c); \
132 XOR(LOAD(&blake2b_IV[4]), _mm256_set_epi64x(f1, f0, t1, t0)); \
134 a = XOR(a, c); \
135 b = XOR(b, d); \
136 a = XOR(a, iv0); \
137 b = XOR(b, iv1); \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h29 XOR = 0x06, enumerator
90 case XOR: in lanaiAluCodeToString()
111 .Case("xor", XOR) in stringToLanaiAluCode()
132 case ISD::XOR: in isdToLanaiAluCode()
133 return AluCode::XOR; in isdToLanaiAluCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCondMov.td201 defm : MovzPats1<GPR32, GPR32, MOVZ_I_I, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
210 defm : MovzPats1<GPR32, GPR64, MOVZ_I_I64, XOR>,
223 defm : MovnPats<GPR32, GPR32, MOVN_I_I, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
225 defm : MovnPats<GPR32, GPR64, MOVN_I_I64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
234 defm : MovzPats1<GPR32, FGR32, MOVZ_I_S, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
235 defm : MovnPats<GPR32, FGR32, MOVN_I_S, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
246 defm : MovzPats1<GPR32, AFGR64, MOVZ_I_D32, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
248 defm : MovnPats<GPR32, AFGR64, MOVN_I_D32, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
255 defm : MovzPats1<GPR32, FGR64, MOVZ_I_D64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
259 defm : MovnPats<GPR32, FGR64, MOVN_I_D64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h47 const unsigned int XOR = 0x82186000U; /* xor %g1, 0, %g1 */ in sparc_write_branch() local
91 where[1] = XOR | (value & 0x00003ff) | 0x1c00; in sparc_write_branch()
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm624 XOR A
908 XOR A
918 XOR A
1054 XOR A
1136 XOR A
1179 XOR A
1192 XOR A
1222 XOR A
1230 XOR A
1238 XOR A
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR in nds32_rtx_costs_speed_prefer()
211 case XOR: in nds32_rtx_costs_speed_prefer()
272 || outer_code == XOR) in nds32_rtx_costs_speed_prefer()
288 || outer_code == XOR) in nds32_rtx_costs_speed_prefer()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.cc81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR in nds32_rtx_costs_speed_prefer()
211 case XOR: in nds32_rtx_costs_speed_prefer()
272 || outer_code == XOR) in nds32_rtx_costs_speed_prefer()
288 || outer_code == XOR) in nds32_rtx_costs_speed_prefer()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeMIPS_32.c187 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
204 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
205 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
323 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
337 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
338 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
397 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
H A DsljitNativeMIPS_64.c278 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
295 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
296 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
414 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
428 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
429 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
491 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h172 XOR = 373, /* XOR */ enumerator
297 #define XOR 373 macro
H A Drx-parse.h217 XOR = 418 /* XOR */ enumerator
386 #define XOR 418 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h172 XOR = 373, /* XOR */ enumerator
297 #define XOR 373 macro
H A Drx-parse.h217 XOR = 418 /* XOR */ enumerator
386 #define XOR 418 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dconstraints.md177 "Constant 2-byte integer that allows XOR without clobber register."
182 "Constant 3-byte integer that allows XOR without clobber register."
187 "Constant 4-byte integer that allows XOR without clobber register."
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dlogical.md21 || (<CODE> == XOR && operands[2] == CONST0_RTX (mode))
177 ;; OR/XOR INSTRUCTIONS
230 else if (<CODE> == XOR)
239 ;; {AND,IOR,XOR}{HI3,SI3} PATTERNS
H A Dpredicates.md126 case XOR:
437 return (code == XOR
489 ;; Return nonzero if X is either IOR or XOR.
496 return (code == IOR || code == XOR);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Dconstraints.md177 "Constant 2-byte integer that allows XOR without clobber register."
182 "Constant 3-byte integer that allows XOR without clobber register."
187 "Constant 4-byte integer that allows XOR without clobber register."
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dpredicates.md126 case XOR:
450 return (code == XOR
502 ;; Return nonzero if X is either IOR or XOR.
509 return (code == IOR || code == XOR);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc962 if (GET_CODE (op) == XOR in simplify_unary_operation_1()
966 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp); in simplify_unary_operation_1()
974 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp); in simplify_unary_operation_1()
1155 if (GET_CODE (op) == XOR in simplify_unary_operation_1()
2841 && GET_CODE (op0) == XOR in simplify_binary_operation_1()
2844 return simplify_gen_binary (XOR, mode, XEXP (op0, 0), in simplify_binary_operation_1()
2845 simplify_gen_binary (XOR, mode, op1, in simplify_binary_operation_1()
3431 case XOR: in simplify_binary_operation_1()
3450 return simplify_gen_binary (XOR, mode, XEXP (op0, 0), in simplify_binary_operation_1()
3451 simplify_gen_binary (XOR, mode, op1, in simplify_binary_operation_1()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto36 XOR = 5; enumerator

12345678910>>...23