Home
last modified time | relevance | path

Searched refs:t5 (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.4.37.9/arch/alpha/lib/
Dev67-strrchr.S36 insbl a1, 2, t5 # U : 0000000000ch0000
41 sll t5, 8, t3 # U : 00000000ch000000
45 or t5, t3, t3 # E : 00000000chch0000
52 lda t5, -1 # E : build garbage mask
55 mskqh t5, a0, t4 # E : Complete garbage mask
85 subq t4, 1, t5 # E : build a mask of the bytes upto...
86 or t4, t5, t4 # E : ... and including the null
101 lda t5, 0x3f($31) # E :
102 subq t5, t2, t5 # E : Normalize leading zero count
104 addq t6, t5, v0 # E : and add to quadword address
Dstrrchr.S23 sll a1, 8, t5 # e0 : replicate our test character
25 or t5, a1, a1 # e0 :
27 sll a1, 16, t5 # e0 :
29 or t5, a1, a1 # e0 :
31 sll a1, 32, t5 # e0 :
34 or t5, a1, a1 # .. e1 : character replication complete
57 subq t4, 1, t5 # e0 : build a mask of the bytes upto...
58 or t4, t5, t4 # e1 : ... and including the null
Dstrchr.S23 sll a1, 8, t5 # e0 : replicate the search character
25 or t5, a1, a1 # e0 :
27 sll a1, 16, t5 # e0 :
30 or t5, a1, a1 # .. e1 :
31 sll a1, 32, t5 # e0 :
33 or t5, a1, a1 # e0 :
Dev67-strchr.S33 insbl a1, 1, t5 # U : 000000000000ch00
37 or t5, t3, a1 # E : 000000000000chch
43 inswl a1, 2, t5 # E : 00000000chch0000
47 or a3, t5, t5 # E : 0000chchchch0000
52 or t5, a1, a1 # E : chchchchchchchch
Dstxcpy.S238 and a1, 7, t5 # e0 : find src misalignment
255 cmplt t4, t5, t12 # e0 :
259 mskqh t2, t5, t2 # e0 :
274 and a1, 7, t5 # .. e1 :
277 srl t12, t5, t12 # e0 : adjust final null return value
Dev6-stxcpy.S268 and a1, 7, t5 # E : find src misalignment
286 cmplt t4, t5, t12 # E :
290 mskqh t2, t5, t2 # U :
303 and a1, 7, t5 # E :
307 srl t12, t5, t12 # U : adjust final null return value
Dstrncpy_from_user.S267 and a1, 7, t5 # e0 : find src misalignment
284 cmplt t4, t5, t12 # e1 :
289 mskqh t2, t5, t2 # e0 : begin src byte validity mask
292 or t8, t10, t5 # .. e1 : test for end-of-count too
294 cmoveq a2, t5, t8 # .. e1 :
Dev6-strncpy_from_user.S325 and a1, 7, t5 # E : find src misalignment
346 cmplt t4, t5, t12 # E :
351 mskqh t2, t5, t2 # U : begin src byte validity mask
356 or t8, t10, t5 # E : test for end-of-count too
358 cmoveq a2, t5, t8 # E : Latency=2, extra map slot
Dstxncpy.S295 and a1, 7, t5 # e0 : find src misalignment
311 1: cmplt t4, t5, t12 # e1 :
319 or t8, t10, t5 # .. e1 : test for end-of-count too
321 cmoveq a2, t5, t8 # .. e1 :
Dev6-stxncpy.S340 and a1, 7, t5 # E : find src misalignment
358 1: cmplt t4, t5, t12 # E :
366 or t8, t10, t5 # E : test for end-of-count too
369 cmoveq a2, t5, t8 # E : Latency=2, extra map slot
/linux-2.4.37.9/scripts/
Dmakelst19 t5=`echo $t1 | gawk '{ print $1 }'`
20 t6=`echo $t4 - $t5 | sed -e s/a/A/g -e s/b/B/g -e s/c/C/g -e s/d/D/g -e s/e/E/g -e s/f/F/g`
/linux-2.4.37.9/arch/ia64/lib/
Dcopy_page_mck.S79 #define t5 t1 // alias! macro
82 #define t9 t5 // alias!
151 (p[D]) ld8 t5 = [src0], 8
158 (p[D]) st8 [dst0] = t5, 8
Dcopy_page.S43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH]
80 (p[0]) ld8 t5[0]=[src1],16
81 (EPI) st8 [tgt1]=t5[PIPE_DEPTH-1],16
Dmemcpy_mck.S53 #define t5 t1 // alias! macro
57 #define t9 t5 // alias!
244 EX(.ex_handler, (p[D]) ld8 t5 = [src0], 8)
251 EX(.ex_handler, (p[D]) st8 [dst0] = t5, 8)
450 EX(.ex_handler_short, (p6) ld1 t5=[src0],2)
455 EX(.ex_handler_short, (p6) st1 [dst0]=t5,2)
494 EK(.ex_handler_short, (p10) ld1 t5=[src0],2)
502 EK(.ex_handler_short, (p10) st1 [dst0] = t5,2)
/linux-2.4.37.9/arch/sparc/lib/
Dmemcpy.S47 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
57 st %t5, [%dst + offset + 0x14]; \
61 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
92 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
102 st %t5, [%dst - offset - 0x0c]; \
106 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
130 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
133 srl %t0, shir, %t5; \
136 or %t5, %prev, %t5; \
148 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
Dchecksum.S19 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument
29 addxcc t5, sum, sum; \
192 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
205 addxcc t5, sum, sum; \
214 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
229 st t5, [dst + off + 0x14]; \
230 addxcc t5, sum, sum; \
Dblockops.S26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
Dcopy_user.S67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
77 st %t5, [%dst + (offset) + 0x14]; \
81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/linux-2.4.37.9/include/asm-mips/
Dregdef.h30 #define t5 $13 macro
/linux-2.4.37.9/include/asm-alpha/
Dregdef.h11 #define t5 $6 macro
/linux-2.4.37.9/arch/sh64/kernel/
Dhead.S167 ptabs/u ZERO, t5
285 _ptaru hopeless, t5
/linux-2.4.37.9/include/asm-sh64/
Dregisters.h83 #define t5 tr5
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dhead.S60 ptabs/u ZERO, t5
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-low.S89 sw t5,GDB_FR_REG13(sp)
304 lw t5,GDB_FR_REG13(sp)
/linux-2.4.37.9/arch/mips/lib/
Dmemcpy.S118 #define t5 $13 macro

12