/linux-2.4.37.9/arch/ia64/lib/ |
D | xor.S | 45 (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]
|
D | Makefile | 21 obj-$(CONFIG_MD_RAID5) += xor.o
|
/linux-2.4.37.9/drivers/net/ |
D | tlan.h | 551 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/ |
D | scan_keyb.c | 41 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/ |
D | memchr.S | 78 xor $17, $1, $1 # .. e1 : 109 xor $1, $17, $1 # e0 : 140 xor $17, $4, $2 # .. e1 : 146 xor $17, $1, $2 # .. e1 :
|
D | ev6-memchr.S | 77 xor $17, $1, $1 # E : 128 xor $1, $17, $1 # E : 155 xor $17, $4, $2 # E : 165 xor $17, $1, $2 # E :
|
D | strchr.S | 34 xor t0, a1, t1 # .. e1 : make bytes == c zero 43 xor t0, a1, t1 # .. e1 (ev5 data stall)
|
D | ev67-strchr.S | 53 xor t0, a1, t1 # E : make bytes == c zero 70 xor t0, a1, t1 # E :
|
D | strrchr.S | 35 xor t0, a1, t2 # e0 : make bytes == c zero 48 xor t0, a1, t2 # e0 :
|
D | ev67-strrchr.S | 56 xor t0, a1, t2 # E : make bytes == c zero 74 xor t0, a1, t2 # E :
|
D | memset.S | 43 xor $16,$6,$1 /* E0 */
|
D | memmove.S | 25 xor $16,$17,$2
|
D | ev6-memset.S | 64 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/ |
D | Makefile | 7 export-objs := md.o xor.o 19 obj-$(CONFIG_MD_RAID5) += raid5.o xor.o
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | gate.S | 51 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/ |
D | mul_Xsig.S | 36 xor %eax,%eax 76 xor %eax,%eax 129 xor %eax,%eax
|
D | polynom_Xsig.S | 58 xor %eax,%eax 67 xor %eax,%eax
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | relocate.S | 140 xor r6,r6,r5 /* Update checksum */ 150 xor r6,r6,r5
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | bitops.S | 83 xor %g7, %g5, %g1 142 xor %g7, %g5, %g1
|
/linux-2.4.37.9/arch/mips/lib/ |
D | strncpy_user.S | 48 xor t0, a1
|
/linux-2.4.37.9/arch/mips64/lib/ |
D | strncpy_user.S | 48 xor t0, a1
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | tlb-glue-sb1.S | 45 xor k0, k1
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | setup.S | 310 xor %di,%di 345 xor %di,%di /* don't loop */
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_base.S | 84 xor %g2, %g4, %g5 ! Finish bit twiddles
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | syscall.S | 90 xor %r1,%r30,%r30 /* ye olde xor trick */ 91 xor %r1,%r30,%r1 92 xor %r1,%r30,%r30
|