Searched refs:xor (Results 126 - 150 of 214) sorted by relevance

123456789

/linux-master/arch/xtensa/lib/
H A Dmulsi3.S72 xor a5, a2, a3 /* Top bit is 1 if one input is negative. */
/linux-master/arch/arm64/include/asm/
H A Datomic_ll_sc.h108 ATOMIC_OPS(xor, eor, K)
204 ATOMIC64_OPS(xor, eor, L)
/linux-master/arch/alpha/lib/
H A Dev6-memset.S65 xor $16,$6,$1 # E : will complete write be within one quadword?
248 xor $16,$6,$1 # E : will complete write be within one quadword?
432 xor $16,$6,$1 # E : will complete write be within one quadword?
H A Dev6-divide.S77 #define GETSIGN(x) xor $24,$25,x
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S169 # xor and write second block
199 # xor remaining bytes from partial register into output
420 # xor and write second block
474 # xor and write fourth block
504 # xor remaining bytes from partial register into output
882 # xor/write first four blocks
943 # xor remaining blocks, write to output
998 # xor remaining bytes from partial register into output
H A Dchacha-avx512vl-x86_64.S142 # xor and write second block
172 # xor remaining bytes from partial register into output
354 # xor and write second block
408 # xor and write fourth block
438 # xor remaining bytes from partial register into output
705 # xor/write first four blocks
764 # xor remaining blocks, write to output
818 # xor remaining bytes from partial register into output
H A Daesni-intel_asm.S252 xor %r11d, %r11d
280 xor %r11d, %r11d # initialise the data pointer offset as zero
537 pxor \TMP3, \TMP2 # xor the shifted versions
554 pxor \TMP3,\TMP2 # xor the shifted versions
571 xor %eax, %eax
582 xor %eax, %eax
696 xor %eax, %eax
731 xor %eax, %eax
1154 pxor \TMP3, \TMP2 # xor the shifted versions
1169 pxor \TMP3,\TMP2 # xor th
[all...]
H A Dcamellia-x86_64-asm_64.S185 * %rcx: bool xor
221 enc_outunpack(xor, RT1);
419 * %rcx: bool xor
456 enc_outunpack2(xor, RT2);
/linux-master/arch/arm/include/asm/
H A Datomic.h245 ATOMIC_OPS(xor, ^=, eor)
399 ATOMIC64_OPS(xor, eor, eor)
H A Dxor.h3 * arch/arm/include/asm/xor.h
8 #include <asm-generic/xor.h>
/linux-master/arch/riscv/lib/
H A Dmemmove.S87 xor t0, a0, a1
/linux-master/arch/powerpc/kernel/
H A Dkvm_emul.S129 xor r31, r30, r31
/linux-master/arch/sparc/kernel/
H A Dktlb.S122 xor %g2, %g4, %g5
/linux-master/lib/
H A Datomic64.c125 ATOMIC64_OPS(xor, ^=)
/linux-master/arch/x86/include/asm/
H A Dxor_32.h550 #include <asm-generic/xor.h>
552 /* We force the use of the SSE xor block because it can write around L2.
H A Dnospec-branch.h84 xor %eax, %eax; \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c107 prog_fd = skel->progs.xor.prog_fd;
189 if (test__start_subtest("xor"))
/linux-master/arch/mips/dec/
H A Dint-handler.S269 2: xor t1,t3
/linux-master/arch/xtensa/kernel/
H A Dcoprocessor.S225 xor a10, a10, a2
/linux-master/arch/sparc/lib/
H A Datomic32.c65 ATOMIC_FETCH_OP(xor, ^=)
H A Dmemscan_64.S50 xor %o4, %o5, %o4
/linux-master/include/net/netfilter/
H A Dnf_tables_core.h34 u32 xor; member in struct:nft_bitwise_fast_expr
/linux-master/arch/parisc/kernel/
H A Dsyscall.S166 xor %r1,%r30,%r30 /* ye olde xor trick */
167 xor %r1,%r30,%r1
168 xor %r1,%r30,%r30
196 xor %r19,%r2,%r2 /* clear bottom bit */
561 xor %r30,%r1,%r30
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc37 xor $r8 8
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S49 xor %eax, %eax

Completed in 264 milliseconds

123456789