Searched refs:xor (Results 1 - 25 of 214) sorted by path

123456789

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S123 xor a0, a1, t0 # E :
H A Dev6-stxncpy.S154 xor a0, a1, t1 # E :
H A Dstxcpy.S103 xor a0, a1, t0 # e0 :
H A Dstxncpy.S122 xor a0, a1, t1 # e0 :
/linux-master/arch/arc/lib/
H A Dmemcmp.S59 xor r0,r4,r5
67 xor r0,r4,r5
82 xor r0,WORD2,r12
H A Dstrchr-700.S35 xor r6,r2,r5
62 xor r6,r2,r5
H A Dstrcmp.S31 xor r0,r2,r3 ; mask for difference
35 xor r0,r5,r1 ; mask for least significant difference byte
47 xor r0,r2,r3 ; mask for difference
52 xor r0,r5,r1 ; mask for least significant difference byte
/linux-master/arch/csky/abiv2/
H A Dstrcmp.S10 xor a2, a3, a1
/linux-master/arch/hexagon/mm/
H A Dcopy_user_template.S22 r4 = xor(dst,src)
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S26 xor r28, r5, r6 /* get the sign of the result */
H A Dmulsi3.S21 xor r4, r5, r6 /* get the sign of the result */
H A Dudivsi3.S36 xor r18, r5, r6
H A Dumodsi3.S35 xor r18, r5, r6
/linux-master/arch/mips/kernel/
H A Dbmips_5xxx_init.S384 xor k0, k1, k0
H A Dbmips_vec.S117 xor k0, k1
295 xor t0, t1
312 xor t0, t1
/linux-master/arch/nios2/kernel/
H A Dinsnemu.S269 xor r17, r3, r5 /* MSB contains sign of quotient */
/linux-master/arch/powerpc/crypto/
H A Daes-spe-keys.S29 xor r5,r5,r5; /* clear sensitive data */ \
30 xor r6,r6,r6; \
31 xor r7,r7,r7; \
32 xor r8,r8,r8; \
33 xor r9,r9,r9; \
34 xor r10,r10,r10; \
35 xor r11,r11,r11; \
36 xor r12,r12,r12; \
65 xor out,t1,t2;
91 xor r1
[all...]
H A Daes-spe-modes.S112 xor r0,r0,r0; \
144 xor d0,d0,t0;
152 xor rD0,d0,rW0; \
153 xor rD1,d1,rW1; \
154 xor rD2,d2,rW2; \
155 xor rD3,d3,rW3;
173 xor rD0,rD0,rW0
175 xor rD1,rD1,rW1
177 xor rD2,rD2,rW2
179 xor rD
[all...]
H A Dsha1-spe-asm.S81 xor r0,r0,r0; \
134 evxor w0,w0,rT0; /* W = W[-16] xor W[-3] */ \
136 evxor w0,w0,w4; /* W = W xor W[-8] */ \
138 evxor w0,w0,w1; /* W = W xor W[-14] */ \
158 xor rT2,b,c; /* 1: F' = B xor C */ \
159 evxor w0,w0,rT0; /* W = W[-16] xor W[-3] */ \
160 xor rT2,rT2,d; /* 1: F = F' xor D */ \
161 evxor w0,w0,w4; /* W = W xor
[all...]
H A Dsha256-spe-asm.S76 xor r0,r0,r0; \
106 xor rT0,rT0,rT1; /* 1: S1 = S1 xor S1' */ \
108 xor rT0,rT0,rT2; /* 1: S1 = S1 xor S1" */ \
111 xor rT3,rT3,rT1; /* 1: ch = ch xor ch' */ \
119 xor rT0,rT0,rT1; /* 1: S0 = S0 xor S0' */ \
121 xor rT
[all...]
/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);
H A Dxor.h35 #include <asm-generic/xor.h>
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i-Os.S75 xor r4,r0
H A Dudivsi3_i4i.S122 xor r4,r0
125 xor r4,r0
289 xor r4,r0
292 xor r4,r0
/linux-master/arch/sparc/crypto/
H A Daes_asm.S923 xor %g1, %g3, %g3
924 xor %g2, %g7, %g7
927 xor %g1, %o4, %g3
928 xor %g2, %o5, %g7
944 xor %g1, %g3, %g3
945 xor %g2, %g7, %g7
966 xor %g1, %g3, %g3
967 xor %g2, %g7, %g7
970 xor %g1, %o4, %g3
971 xor
[all...]

Completed in 226 milliseconds

123456789