Home
last modified time | relevance | path

Searched refs:xor (Results 1 – 25 of 64) sorted by relevance

123

/linux-2.4.37.9/arch/ia64/lib/
Dxor.S45 (p[6]) xor d[0] = s1[6], s2[6]
83 (p[6]) xor d[0] = s1[6], s2[6]
87 (p[6]) xor d[0] = d[0], s3[6]
124 (p[6]) xor d[0] = s1[6], s2[6]
127 (p[6]) xor r20 = s3[6], s4[6]
130 (p[6]) xor d[0] = d[0], r20
168 (p[6]) xor d[0] = s1[6], s2[6]
171 (p[6]) xor r21 = s3[6], s4[6]
175 (p[6]) xor d[0] = d[0], r21
177 (p[6]) xor d[0] = d[0], s5[6]
DMakefile21 obj-$(CONFIG_MD_RAID5) += xor.o
/linux-2.4.37.9/drivers/net/
Dtlan.h551 inline u32 xor( u32 a, u32 b ) in xor() function
555 #define XOR8( a, b, c, d, e, f, g, h ) xor( a, xor( b, xor( c, xor( d, xor( e, xor( f, xor( g, h ) …
/linux-2.4.37.9/drivers/char/
Dscan_keyb.c41 unsigned int xor, bit; in check_kbd() local
44 if((xor=*new^*old)==0) { in check_kbd()
49 if(xor&bit) { in check_kbd()
/linux-2.4.37.9/arch/alpha/lib/
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 :
Dev6-memchr.S77 xor $17, $1, $1 # E :
128 xor $1, $17, $1 # E :
155 xor $17, $4, $2 # E :
165 xor $17, $1, $2 # E :
Dstrchr.S34 xor t0, a1, t1 # .. e1 : make bytes == c zero
43 xor t0, a1, t1 # .. e1 (ev5 data stall)
Dev67-strchr.S53 xor t0, a1, t1 # E : make bytes == c zero
70 xor t0, a1, t1 # E :
Dstrrchr.S35 xor t0, a1, t2 # e0 : make bytes == c zero
48 xor t0, a1, t2 # e0 :
Dev67-strrchr.S56 xor t0, a1, t2 # E : make bytes == c zero
74 xor t0, a1, t2 # E :
Dmemset.S43 xor $16,$6,$1 /* E0 */
Dmemmove.S25 xor $16,$17,$2
Dev6-memset.S64 xor $16,$6,$1 # E : will complete write be within one quadword?
246 xor $16,$6,$1 # E : will complete write be within one quadword?
429 xor $16,$6,$1 # E : will complete write be within one quadword?
/linux-2.4.37.9/drivers/md/
DMakefile7 export-objs := md.o xor.o
19 obj-$(CONFIG_MD_RAID5) += raid5.o xor.o
/linux-2.4.37.9/arch/parisc/hpux/
Dgate.S51 xor %r1,%r30,%r30 /* ye olde xor trick */
52 xor %r1,%r30,%r1
53 xor %r1,%r30,%r30
/linux-2.4.37.9/arch/i386/math-emu/
Dmul_Xsig.S36 xor %eax,%eax
76 xor %eax,%eax
129 xor %eax,%eax
Dpolynom_Xsig.S58 xor %eax,%eax
67 xor %eax,%eax
/linux-2.4.37.9/arch/ppc/boot/common/
Drelocate.S140 xor r6,r6,r5 /* Update checksum */
150 xor r6,r6,r5
/linux-2.4.37.9/arch/sparc64/lib/
Dbitops.S83 xor %g7, %g5, %g1
142 xor %g7, %g5, %g1
/linux-2.4.37.9/arch/mips/lib/
Dstrncpy_user.S48 xor t0, a1
/linux-2.4.37.9/arch/mips64/lib/
Dstrncpy_user.S48 xor t0, a1
/linux-2.4.37.9/arch/mips64/mm/
Dtlb-glue-sb1.S45 xor k0, k1
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S310 xor %di,%di
345 xor %di,%di /* don't loop */
/linux-2.4.37.9/arch/sparc64/kernel/
Ddtlb_base.S84 xor %g2, %g4, %g5 ! Finish bit twiddles
/linux-2.4.37.9/arch/parisc/kernel/
Dsyscall.S90 xor %r1,%r30,%r30 /* ye olde xor trick */
91 xor %r1,%r30,%r1
92 xor %r1,%r30,%r30

123