Searched refs:xor (Results 51 - 75 of 214) sorted by relevance

123456789

/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h65 int (*read_gpio)(PMF_STD_ARGS, u8 mask, int rshift, u8 xor);
98 u32 xor);
100 u32 xor);
102 u32 xor);
/linux-master/arch/arm64/lib/
H A DMakefile9 obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o
/linux-master/arch/sparc/include/asm/
H A Dxor_32.h3 * include/asm/xor.h
31 "xor %%g2, %%o4, %%g2\n\t"
32 "xor %%g3, %%o5, %%g3\n\t"
33 "xor %%g4, %%l0, %%g4\n\t"
34 "xor %%g5, %%l1, %%g5\n\t"
35 "xor %%o0, %%l2, %%o0\n\t"
36 "xor %%o1, %%l3, %%o1\n\t"
37 "xor %%o2, %%l4, %%o2\n\t"
38 "xor %%o3, %%l5, %%o3\n\t"
70 "xor
[all...]
/linux-master/arch/arm64/include/asm/
H A Dxor.h3 * arch/arm64/include/asm/xor.h
10 #include <asm-generic/xor.h>
/linux-master/arch/alpha/include/asm/
H A Dxor.h3 * include/asm-alpha/xor.h
73 xor $0,$1,$0 # 7 cycles from $1 load \n\
76 xor $2,$3,$2 \n\
78 xor $4,$5,$4 \n\
81 xor $6,$7,$6 \n\
83 xor $19,$20,$19 \n\
86 xor $21,$22,$21 \n\
88 xor $23,$24,$23 \n\
91 xor $25,$27,$25 \n\
130 xor
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h98 "xor %0, a1, %0" : "=&r" (ti) : );
107 xor reg, sp, reg
H A Dinitialize_mmu.h223 xor a3, a3, a4
225 xor a3, a3, a4
228 xor a3, a3, a4
230 xor a3, a3, a4
/linux-master/arch/sh/include/asm/
H A Datomic-llsc.h86 ATOMIC_OPS(xor)
H A Datomic-irq.h70 ATOMIC_OPS(xor, ^=)
H A Datomic-grb.h84 ATOMIC_OPS(xor)
/linux-master/arch/mips/include/asm/
H A Datomic.h168 ATOMIC_OPS(atomic, xor, int, ^=, xor, ll, sc)
177 ATOMIC_OPS(atomic64, xor, s64, ^=, xor, lld, scd)
/linux-master/arch/sparc/lib/
H A Datomic_64.S80 ATOMIC_OP(xor)
81 ATOMIC_FETCH_OP(xor)
146 ATOMIC64_OP(xor)
147 ATOMIC64_FETCH_OP(xor)
/linux-master/arch/alpha/lib/
H A Dmemset.S47 xor $16,$6,$1 /* E0 */
H A Dmemchr.S78 xor $17, $1, $1 # .. e1 :
109 xor $1, $17, $1 # e0 :
140 xor $17, $4, $2 # .. e1 :
146 xor $17, $1, $2 # .. e1 :
H A Dev6-memchr.S78 xor $17, $1, $1 # E :
129 xor $1, $17, $1 # E :
156 xor $17, $4, $2 # E :
166 xor $17, $1, $2 # E :
H A Dstrchr.S35 xor t0, a1, t1 # .. e1 : make bytes == c zero
44 xor t0, a1, t1 # .. e1 (ev5 data stall)
H A Dev67-strchr.S54 xor t0, a1, t1 # E : make bytes == c zero
71 xor t0, a1, t1 # E :
/linux-master/arch/mips/lib/
H A Dstrncpy_user.S51 xor v0, a1
/linux-master/arch/riscv/include/asm/
H A Dxor.h7 #include <asm-generic/xor.h>
/linux-master/crypto/
H A Dxor.c3 * xor.c : Multiple Devices driver for Linux
14 #include <linux/raid/xor.h>
17 #include <asm/xor.h>
23 /* The xor routines to use. */
127 printk(KERN_INFO "xor: automatically using best "
135 printk(KERN_WARNING "xor: Yikes! No memory available.\n");
147 printk(KERN_INFO "xor: measuring software checksum speed\n");
155 pr_info("xor: using function: %s (%d MB/sec)\n",
171 /* when built-in xor.o must initialize before drivers/md/md.o */
/linux-master/arch/xtensa/lib/
H A Ddivsi3.S12 xor a7, a2, a3 /* sign = dividend ^ divisor */
/linux-master/arch/s390/include/asm/
H A Datomic.h64 ATOMIC_OPS(xor)
135 ATOMIC64_OPS(xor)
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S26 xor r28, r5, r6 /* get the sign of the result */
H A Dudivsi3.S36 xor r18, r5, r6
/linux-master/arch/hexagon/lib/
H A Ddivsi3.S15 p3 = xor(p0,p1)

Completed in 185 milliseconds

123456789