| /linux/lib/raid6/ |
| H A D | s390vx.uc | 42 #define XOR(x, y, z) fpu_vx(x, y, z) 58 p = dptr[z0 + 1]; /* XOR parity */ 68 XOR(8+$$,8+$$,16+$$); 70 XOR(0+$$,0+$$,16+$$); 71 XOR(8+$$,8+$$,16+$$); 88 p = dptr[disks - 2]; /* XOR parity */ 102 XOR(8+$$,8+$$,16+$$); 104 XOR(0+$$,0+$$,16+$$); 105 XOR(8+$$,8+$$,16+$$); 112 XOR( [all...] |
| H A D | altivec.uc | 81 p = dptr[z0+1]; /* XOR parity */ 126 NULL, /* XOR not yet implemented */
|
| H A D | int.uc | 84 p = dptr[z0+1]; /* XOR parity */ 113 p = dptr[disks-2]; /* XOR parity */
|
| H A D | neon.uc | 67 p = dptr[z0+1]; /* XOR parity */ 98 p = dptr[disks-2]; /* XOR parity */
|
| H A D | vpermxor.uc | 52 p = dptr[z0+1]; /* XOR parity */
|
| /linux/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | ppc440spe-adma.txt | 1 PPC440SPe DMA/XOR (DMA Controller and XOR Accelerator) 4 are specified hereby. These are I2O/DMA, DMA and XOR nodes 60 iii) XOR Accelerator node 66 - interrupts : <interrupt mapping for XOR interrupt source>
|
| /linux/arch/parisc/math-emu/ |
| H 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 …]
|
| H 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)
|
| H A D | float.h | 385 #define XOR ^
|
| /linux/scripts/atomic/kerneldoc/ |
| H A D | xor | 3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
|
| /linux/drivers/crypto/caam/ |
| H A D | desc_constr.h | 429 APPEND_MATH(XOR, desc, dest, src0, src1, len) 457 APPEND_MATH_IMM_u32(XOR, desc, dest, src0, src1, data) 488 APPEND_MATH_IMM_u64(XOR, desc, dest, src0, src1, data)
|
| /linux/arch/sparc/net/ |
| H 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()
|
| /linux/Documentation/staging/ |
| H A D | crc32.rst | 39 and to make the XOR cancel, it's just a copy of bit 32 of the remainder. 109 If the input is a multiple of 32 bits, you can even XOR in a 32-bit 160 final CRC is simply the XOR of the 4 table look-ups.
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 102 30: XOR Eb,Gb 103 31: XOR Ev,Gv 104 32: XOR Gb,Eb 105 33: XOR Gv,Ev 106 34: XOR AL,Ib 107 35: XOR rAX,Iz 967 30: XOR Eb,Gb (ev) 968 31: XOR Ev,Gv (es) | XOR Ev,Gv (66),(es) 969 32: XOR Gb,Eb (ev) 970 33: XOR Gv,Ev (es) | XOR Gv,Ev (66),(es) [all …]
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 102 30: XOR Eb,Gb 103 31: XOR Ev,Gv 104 32: XOR Gb,Eb 105 33: XOR Gv,Ev 106 34: XOR AL,Ib 107 35: XOR rAX,Iz 967 30: XOR Eb,Gb (ev) 968 31: XOR Ev,Gv (es) | XOR Ev,Gv (66),(es) 969 32: XOR Gb,Eb (ev) 970 33: XOR Gv,Ev (es) | XOR Gv,Ev (66),(es) [all …]
|
| /linux/net/can/ |
| H A D | Kconfig | 54 They can be modified with AND/OR/XOR/SET operations as configured
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-ppl.rst | 15 Partial parity for a write operation is the XOR of stripe data chunks not
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 65 u8 h_check_xor; /* XOR of header bytes before this */
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 342 XOR 0xa 0 dst ^= src 374 ``{XOR, K, ALU}`` means:: 378 ``{XOR, K, ALU64}`` means:: 685 XOR 0xa0 atomic xor
|
| /linux/crypto/ |
| H A D | Kconfig | 729 XCTR (XOR Counter) mode for HCTR2 737 tristate "XTS (XOR Encrypt XOR with ciphertext stealing)" 742 XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
|
| /linux/Documentation/core-api/ |
| H A D | librs.rst | 61 inversion mask. The expanded data is XOR'ed with the mask. This is used
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | introduction.rst | 207 AND OR NOR XOR ANDN ORN ANDI ORI XORI
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | introduction.rst | 207 AND OR NOR XOR ANDN ORN ANDI ORI XORI
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1609 INSN_3(ALU, XOR, X), \ 1625 INSN_3(ALU, XOR, K), \ 1639 INSN_3(ALU64, XOR, X), \ 1654 INSN_3(ALU64, XOR, K), \ 1859 ALU(XOR, ^) in ___bpf_prog_run()
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | dmatest.rst | 9 The dmatest module tests DMA memcpy, memset, XOR and RAID6 P+Q operations using
|