Searched refs:xor (Results 26 - 50 of 214) sorted by relevance

123456789

/linux-master/arch/sparc/crypto/
H A Daes_asm.S923 xor %g1, %g3, %g3
924 xor %g2, %g7, %g7
927 xor %g1, %o4, %g3
928 xor %g2, %o5, %g7
944 xor %g1, %g3, %g3
945 xor %g2, %g7, %g7
966 xor %g1, %g3, %g3
967 xor %g2, %g7, %g7
970 xor %g1, %o4, %g3
971 xor
[all...]
/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S167 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
168 xor g, y2 # y2 = f^g # CH
173 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
179 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
182 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
184 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
216 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
217 xor g, y2 # y2 = f^g # CH
221 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
228 xor T
[all...]
H A Dsha512-avx2-asm.S190 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
191 xor g, y2 # y2 = f^g # CH
195 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
200 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
203 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
204 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
253 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
254 xor g, y2 # y2 = f^g # CH
258 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
264 xor T
[all...]
H A Dsha512-avx-asm.S126 xor g_64, T1 # T1 = f ^ g
129 xor e_64, tmp0 # tmp = (e ror 23) ^ e
130 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
134 xor e_64, tmp0 # tmp = (((e ror 23) ^ e) ror 4) ^ e
140 xor c_64, T2 # T2 = a ^ c
143 xor tmp0, T2 # T2 = ((a ^ c) & b) ^ (a & c) = Maj(a,b,c)
146 xor a_64, tmp0 # tmp = (a ror 5) ^ a
149 xor a_64, tmp0 # tmp = (((a ror 5) ^ a) ror 6) ^ a
180 xor g_64, T1
184 xor e_6
[all...]
H A Dsha512-ssse3-asm.S120 xor g_64, T1 # T1 = f ^ g
123 xor e_64, tmp0 # tmp = (e ror 23) ^ e
124 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
128 xor e_64, tmp0 # tmp = (((e ror 23) ^ e) ror 4) ^ e
134 xor c_64, T2 # T2 = a ^ c
137 xor tmp0, T2 # T2 = ((a ^ c) & b) ^ (a & c) = Maj(a,b,c)
140 xor a_64, tmp0 # tmp = (a ror 5) ^ a
143 xor a_64, tmp0 # tmp = (((a ror 5) ^ a) ror 6) ^ a
173 xor g_64, T1
176 xor g_6
[all...]
/linux-master/net/netfilter/
H A Dnft_bitwise.c24 struct nft_data xor; member in struct:nft_bitwise
34 dst[i] = (src[i] & priv->mask.data[i]) ^ priv->xor.data[i];
101 struct nft_data_desc xor = { local
103 .size = sizeof(priv->xor),
119 err = nft_data_init(NULL, &priv->xor, &xor, tb[NFTA_BITWISE_XOR]);
219 if (nft_data_dump(skb, NFTA_BITWISE_XOR, &priv->xor,
275 if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) ||
306 !memcmp(&priv->xor,
[all...]
/linux-master/drivers/media/common/
H A Dttpci-eeprom.c54 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, local
64 data[i] ^= xor[i];
79 u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, local
88 data[i] ^= xor[i];
/linux-master/arch/loongarch/include/asm/
H A Dxor.h55 #include <asm-generic/xor.h>
/linux-master/arch/s390/lib/
H A DMakefile8 obj-y += mem.o xor.o
/linux-master/arch/arc/lib/
H A Dstrcmp.S31 xor r0,r2,r3 ; mask for difference
35 xor r0,r5,r1 ; mask for least significant difference byte
47 xor r0,r2,r3 ; mask for difference
52 xor r0,r5,r1 ; mask for least significant difference byte
/linux-master/arch/openrisc/include/asm/
H A Datomic.h76 ATOMIC_FETCH_OP(xor)
82 ATOMIC_OP(xor)
/linux-master/arch/arc/include/asm/
H A Datomic-spinlock.h97 ATOMIC_OPS(xor, ^=, xor)
H A Datomic-llsc.h88 ATOMIC_OPS(xor, xor)
H A Datomic64-arcv2.h131 ATOMIC64_OPS(xor, xor, xor)
/linux-master/arch/riscv/lib/
H A DMakefile18 lib-$(CONFIG_RISCV_ISA_V) += xor.o
/linux-master/arch/mips/crypto/
H A Dchacha-core.S140 xor X ## x, T1; \
156 xor X ## x, T1; \
191 xor X(V), X(A); \
192 xor X(W), X(B); \
193 xor X(Y), X(C); \
194 xor X(Z), X(D); \
377 xor T1, SAVED_X
384 xor T1, SAVED_X
390 xor T1, SAVED_X
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h39 xor v0, v0, 0x1001
48 xor t1, t1, 0x9000 # 63-P1
51 xor t1, t1, 0x9008 # 63-P2
54 xor t1, t1, 0x9100 # 68-P1
57 xor t1, t1, 0x9200 # 66-PX
/linux-master/arch/x86/math-emu/
H A Dmul_Xsig.S37 xor %eax,%eax
78 xor %eax,%eax
132 xor %eax,%eax
H A Dpolynom_Xsig.S59 xor %eax,%eax
68 xor %eax,%eax
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c66 static int macio_do_gpio_read(PMF_STD_ARGS, u8 mask, int rshift, u8 xor) argument
76 *args->u[0].p = ((value & mask) >> rshift) ^ xor;
193 u32 shift, u32 xor)
201 *args->u[0].p = ((MACIO_IN32(offset) & mask) >> shift) ^ xor;
206 u32 shift, u32 xor)
214 *((u8 *)(args->u[0].p)) = ((MACIO_IN8(offset) & mask) >> shift) ^ xor;
192 macio_do_read_reg32_msrx(PMF_STD_ARGS, u32 offset, u32 mask, u32 shift, u32 xor) argument
205 macio_do_read_reg8_msrx(PMF_STD_ARGS, u32 offset, u32 mask, u32 shift, u32 xor) argument
/linux-master/arch/csky/include/asm/
H A Datomic.h44 ATOMIC_OP(xor)
93 ATOMIC_OPS(xor)
/linux-master/include/asm-generic/
H A Datomic.h103 ATOMIC_FETCH_OP(xor, ^)
109 ATOMIC_OP(xor, ^)
/linux-master/arch/powerpc/lib/
H A Dstrlen_32.S71 3: xor r10, r10, r0
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen_32.S71 3: xor r10, r10, r0
/linux-master/arch/microblaze/lib/
H A Dmulsi3.S21 xor r4, r5, r6 /* get the sign of the result */

Completed in 147 milliseconds

123456789