Searched refs:XOR (Results 1 – 12 of 12) sorted by relevance
| /arch/loongarch/lib/ |
| A D | xor_simd.c | 23 #define XOR(dj, k) "vxor.v $vr" #dj ", $vr" #dj ", $vr" #k "\n\t" macro 36 XOR(0, 4) \ 37 XOR(1, 5) \ 38 XOR(2, 6) \ 39 XOR(3, 7) 52 #undef XOR 66 #define XOR(dj, k) "xvxor.v $xr" #dj ", $xr" #dj ", $xr" #k "\n\t" macro 75 XOR(0, 2) \ 76 XOR(1, 3) 87 #undef XOR
|
| /arch/powerpc/lib/ |
| A D | xor_vmx.c | 44 #define XOR(V1, V2) \ macro 63 XOR(v1, v2); in __xor_altivec_2() 85 XOR(v1, v2); in __xor_altivec_3() 86 XOR(v1, v3); in __xor_altivec_3() 112 XOR(v1, v2); in __xor_altivec_4() 113 XOR(v3, v4); in __xor_altivec_4() 114 XOR(v1, v3); in __xor_altivec_4() 144 XOR(v1, v2); in __xor_altivec_5() 145 XOR(v3, v4); in __xor_altivec_5() 146 XOR(v1, v5); in __xor_altivec_5() [all …]
|
| /arch/arm64/crypto/ |
| A D | Kconfig | 105 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 122 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 141 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 171 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
| /arch/parisc/math-emu/ |
| A 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 …]
|
| A 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)
|
| A D | float.h | 385 #define XOR ^
|
| /arch/arm/crypto/ |
| A D | Kconfig | 95 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E 123 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
| /arch/sparc/net/ |
| A 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()
|
| A 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/lib/ |
| A D | x86-opcode-map.txt | 97 30: XOR Eb,Gb 98 31: XOR Ev,Gv 99 32: XOR Gb,Eb 100 33: XOR Gv,Ev 101 34: XOR AL,Ib 102 35: XOR rAX,Iz 962 30: XOR Eb,Gb (ev) 963 31: XOR Ev,Gv (es) | XOR Ev,Gv (66),(es) 964 32: XOR Gb,Eb (ev) 965 33: XOR Gv,Ev (es) | XOR Gv,Ev (66),(es) [all …]
|
| /arch/arm64/boot/dts/renesas/ |
| A D | rzg2lc-smarc-som.dtsi | 179 * SD0 device selection is XOR between GPIO_SD0_DEV_SEL and SW1[2]
|
| A D | rzg2l-smarc-som.dtsi | 260 * SD0 device selection is XOR between GPIO_SD0_DEV_SEL and SW1[2]
|
Completed in 34 milliseconds