Searched refs:XOR (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/lib/ |
D | xor_vmx.c | 44 #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/ |
D | dbl_float.h | 409 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 …]
|
D | sgl_float.h | 236 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)
|
D | float.h | 385 #define XOR ^
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 77 #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()
|
D | bpf_jit_comp_64.c | 145 #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/ |
D | aesni-intel_asm.S | 388 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 …]
|
D | aesni-intel_avx-x86_64.S | 200 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 …]
|
D | chacha-ssse3-x86_64.S | 236 # which allows us to do XOR in SSE registers. 8/16-bit word rotation is
|
D | sha512-avx2-asm.S | 228 # XOR the three components
|
D | chacha-avx2-x86_64.S | 547 # words, which allows us to do XOR in AVX registers. 8/16-bit word
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 92 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/ |
D | entry.S | 55 XOR .D2 SP,B1,B0 ; (SP ^ KSP)
|