Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dxor_vmx.c44 #define XOR(V1, V2) \ macro
62 XOR(v1, v2); in __xor_altivec_2()
82 XOR(v1, v2); in __xor_altivec_3()
83 XOR(v1, v3); in __xor_altivec_3()
107 XOR(v1, v2); in __xor_altivec_4()
108 XOR(v3, v4); in __xor_altivec_4()
109 XOR(v1, v3); in __xor_altivec_4()
136 XOR(v1, v2); in __xor_altivec_5()
137 XOR(v3, v4); in __xor_altivec_5()
138 XOR(v1, v5); in __xor_altivec_5()
[all …]
/arch/parisc/math-emu/
Ddbl_float.h409 result = Dallp1(left) XOR Dallp1(right)
412 Dallp1(result) = left XOR Dallp1(right)
415 Dallp2(left) = Dallp2(left) XOR Dallp2(right); \
416 Dallp2(right) = Dallp2(left) XOR Dallp2(right); \
417 Dallp2(left) = Dallp2(left) XOR Dallp2(right)
546 Dextallp2(leftp2) = Dextallp2(leftp2) XOR Dextallp2(rightp2); \
547 Dextallp2(rightp2) = Dextallp2(leftp2) XOR Dextallp2(rightp2); \
548 Dextallp2(leftp2) = Dextallp2(leftp2) XOR Dextallp2(rightp2); \
549 Dextallp3(leftp3) = Dextallp3(leftp3) XOR Dextallp3(rightp3); \
550 Dextallp3(rightp3) = Dextallp3(leftp3) XOR Dextallp3(rightp3); \
[all …]
Dsgl_float.h236 result = Sall(left) XOR Sall(right);
239 Sall(result) = left XOR Sall(right)
328 Sextallp2(leftp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2); \
329 Sextallp2(rightp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2); \
330 Sextallp2(leftp2) = Sextallp2(leftp2) XOR Sextallp2(rightp2)
Dfloat.h385 #define XOR ^
/arch/sparc/net/
Dbpf_jit_comp_32.c77 #define XOR F3(2, 0x03) macro
425 emit_alu_X(XOR); in bpf_jit_compile()
428 emit_alu_K(XOR, K); in bpf_jit_compile()
Dbpf_jit_comp_64.c145 #define XOR F3(2, 0x03) macro
284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext()
575 emit(XOR | IMMED | RS1(dest) | S13(low_bits) | RD(dest), ctx); in emit_loadimm64()
936 emit_alu(XOR, src, dst, ctx); in build_insn()
1091 emit_alu_K(XOR, dst, imm, ctx); in build_insn()
/arch/x86/crypto/
Daesni-intel_asm.S388 pxor %xmm1, %xmm0 # XOR Encrypt(K, Yn)
673 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn)
709 pxor %xmm1, %xmm9 # Plaintext XOR E(K, Yn)
1122 pxor \TMP3, \XMM1 # Ciphertext/Plaintext XOR EK
1124 pxor \TMP3, \XMM2 # Ciphertext/Plaintext XOR EK
1126 pxor \TMP3, \XMM3 # Ciphertext/Plaintext XOR EK
1128 pxor \TMP3, \XMM4 # Ciphertext/Plaintext XOR EK
1330 pxor \TMP3, \XMM1 # Ciphertext/Plaintext XOR EK
1334 pxor \TMP3, \XMM2 # Ciphertext/Plaintext XOR EK
1338 pxor \TMP3, \XMM3 # Ciphertext/Plaintext XOR EK
[all …]
Daesni-intel_avx-x86_64.S200 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
201 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
202 HashKey_3_k = 16*16 # store XOR of HashKey^3 <<1 mod poly here (for Karatsuba purposes)
203 HashKey_4_k = 16*17 # store XOR of HashKey^4 <<1 mod poly here (for Karatsuba purposes)
204 HashKey_5_k = 16*18 # store XOR of HashKey^5 <<1 mod poly here (for Karatsuba purposes)
205 HashKey_6_k = 16*19 # store XOR of HashKey^6 <<1 mod poly here (for Karatsuba purposes)
206 HashKey_7_k = 16*20 # store XOR of HashKey^7 <<1 mod poly here (for Karatsuba purposes)
207 HashKey_8_k = 16*21 # store XOR of HashKey^8 <<1 mod poly here (for Karatsuba purposes)
477 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
487 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
[all …]
Dchacha-ssse3-x86_64.S236 # which allows us to do XOR in SSE registers. 8/16-bit word rotation is
Dsha512-avx2-asm.S228 # XOR the three components
Dchacha-avx2-x86_64.S547 # words, which allows us to do XOR in AVX registers. 8/16-bit word
/arch/x86/lib/
Dx86-opcode-map.txt92 30: XOR Eb,Gb
93 31: XOR Ev,Gv
94 32: XOR Gb,Eb
95 33: XOR Gv,Ev
96 34: XOR AL,Ib
97 35: XOR rAX,Iz
900 6: XOR
/arch/c6x/kernel/
Dentry.S55 XOR .D2 SP,B1,B0 ; (SP ^ KSP)