HomeSort by: relevance | last modified time | path
    Searched refs:XOR (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/hppa/spmath/
quad_float.h 85 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...]
dbl_float.h 445 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)
sgl_float.h 270 result = Sall(left) XOR Sall(right);
273 Sall(result) = left XOR Sall(right)
float.h 362 #define XOR ^
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 31 #define XOR(v, w) ((v) ^ (w))
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));
169 x1 = XOR(x1, LOAD32_LE(m + 4));
170 x2 = XOR(x2, LOAD32_LE(m + 8));
171 x3 = XOR(x3, LOAD32_LE(m + 12));
172 x4 = XOR(x4, LOAD32_LE(m + 16))
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2b-compress-avx2.h 36 #define XOR(a, b) _mm256_xor_si256(a, b)
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);
    [all...]
  /src/sys/arch/sparc64/include/
elf_support.h 47 const unsigned int XOR = 0x82186000U; /* xor %g1, 0, %g1 */
87 * xor %g1, %lox(addr), %g1
91 where[1] = XOR | (value & 0x00003ff) | 0x1c00;
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 624 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
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_32.c 187 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
204 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
205 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG));
323 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
337 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
338 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG));
397 EMIT_LOGICAL(XORI, XOR);
sljitNativeMIPS_64.c 278 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
295 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
296 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG));
414 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
428 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
429 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG));
491 EMIT_LOGICAL(XORI, XOR);
sljitNativeSPARC_32.c 125 return push_inst(compiler, XOR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
sljitNativePPC_32.c 202 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2));
sljitNativePPC_64.c 330 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2));
sljitNativeTILEGX_64.c 408 #define XOR(dst, srca, srcb) \
1694 FAIL_IF(XOR(TMP_EREG1, reg_map[src1], reg_map[src2]));
1719 FAIL_IF(XOR(OVERFLOW_FLAG,reg_map[dst], overflow_ra));
1806 FAIL_IF(XOR(TMP_EREG1, reg_map[src1], reg_map[src2]));
1838 FAIL_IF(XOR(OVERFLOW_FLAG, reg_map[dst], overflow_ra));
sljitNativeX86_common.c 246 #define XOR (/* BINARY */ 6 << 3)
1222 *(inst + 1) |= XOR;
2158 return emit_cum_binary(compiler, XOR_r_rm, XOR_rm_r, XOR, XOR_EAX_i32,
2690 /* a xor reg, reg operation would overwrite the flags. */
sljitNativeSPARC_common.c 166 #define XOR (OPC1(0x2) | OPC3(0x03))
sljitNativeMIPS_common.c 172 #define XOR (HI(0) | LO(38))
sljitNativePPC_common.c 224 #define XOR (HI(31) | LO(316))
1648 /* Unlike or and xor, and resets unwanted bits as well. */
1850 /* First, a special double floating point value is constructed: (2^53 + (input xor (2^31)))
1852 the lower 32 bit of such value. The result of xor 2^31 is the same as adding 0x80000000
  /src/sys/arch/arm/marvell/
dovereg.h 95 #define DOVE_IRQ_XOR0_DMA0 39 /* XOR Unit DMA0 Completion */
96 #define DOVE_IRQ_XOR0_DMA1 40 /* XOR Unit DMA1 Completion */
97 #define DOVE_IRQ_XOR0ERR 41 /* XOR Unit Error Interrupt */
98 #define DOVE_IRQ_XOR1_DMA0 42 /* XOR Unit DMA0 Completion */
99 #define DOVE_IRQ_XOR1_DMA1 43 /* XOR Unit DMA1 Completion */
100 #define DOVE_IRQ_XOR1ERR 44 /* XOR Unit Error Interrupt */
169 * XOR DMA Engine Registers
171 #define DOVE_XORE_BASE (DOVE_UNITID2PHYS(XOR)) /* 0x60000 */
  /src/sys/arch/mips/mips/
bds_emul.S 209 xor ta2, ta1 /* negative + positive can't overflow */
213 xor ta1, ta0 /* result have same signedness as source? */
252 xor t0, v0, v1
316 PTR_WORD bcemul_special_gen3op # 046 XOR
409 jr ra; xor t0, v0, v1 # 046 XOR
  /src/sys/arch/hppa/hppa/
db_disasm.c 589 #define XOR 0x02, 0x14, 20, 7 /* EXCLUSIVE OR */
592 #define UXOR 0x02, 0x1c, 20, 7 /* UNIT XOR */
1066 { XOR, 0, "xor", ariDasm },
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 4323 template<class T> INLINE T XOR(const T &a, const T&b) { return a ^ b; }
4332 BinaryOpOriginTest<S8>(XOR<S8>);
  /src/libexec/ld.aout_so/
ld.so.i386.uue 666 M\(M-Y#E-\'+,@WW\#W]:B?:+5>B#P@.#XOR+3?B--#F)\"M%"`-%#(D"B47H
  /src/tools/make/
configure 3281 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3287 if (XOR (islower (i), ISLOWER (i))
  /src/lib/librumpuser/
configure 3601 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3607 if (XOR (islower (i), ISLOWER (i))

Completed in 43 milliseconds

1 2