Home
last modified time | relevance | path

Searched refs:t8 (Results 1 – 23 of 23) sorted by relevance

/sysdeps/mips/
A Dstrcmp.S88 lui t8, 0x0101
89 ori t8, t8, 0x0101
128 subu t0, v0, t8
156 srl t8, v0, 8
158 andi t8, t8, 0xff
170 srl t8, v0, 24
178 srl t8, v0, 16
180 andi t8, t8, 0xff
192 andi t8, v0, 0xff
198 subu v0, t8, t9
[all …]
A Dmemcpy.S313 xor t8,a1,a0
314 andi t8,t8,(NSIZE-1) /* t8 is a0/a1 word-displacement */
322 C_LDHI t8,0(a1)
324 C_STHI t8,0(a0)
334 andi t8,a0,7
370 subu t8,t9,t8
507 move a2,t8
568 move a2,t8
595 andi t8,a2,3
614 move a2,t8
[all …]
A Dmemset.S315 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
316 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
317 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
370 move a2,t8
376 andi t8,a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */
378 beq a2,t8,L(chk1w)/* when a2==t8, no 32-byte chunk */
396 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
397 beq a2,t8,L(lastb)
398 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
/sysdeps/alpha/alphaev67/
A Dstpcpy.S40 # t8 = bitmask (with one bit set) indicating the last byte written
43 cttz t8, t8
45 addq a0, t8, v0
A Dstpncpy.S44 cttz t8, t4
45 zapnot t0, t8, t5
49 subq t8, 1, t2
54 or t2, t8, t2
65 subq t8, 1, t7 # clear the final bits in the prev word
67 or t7, t8, t7
A Dstrrchr.S46 mov zero, t8 # E : t8 is last match byte compare mask
75 cmovne t3, t3, t8 # E : Latency=2, extra map slot
93 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
100 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0)
103 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
A Dstrncat.S66 zapnot t0, t8, t1 # U : was last byte a null?
/sysdeps/alpha/
A Dstrncmp.S68 ornot t1, t8, t1
69 ornot t0, t8, t0
133 bic a1, 7, t8
135 subq a3, t8, a3
146 or t7, t8, t8
163 mskqh t3, a0, t8
174 or t2, t8, t8
178 or t7, t8, t7
247 and t6, t7, t8
248 subq t8, 1, t6
[all …]
A Dstpncpy.S41 and t8, 0xf0, t3 # binary search for byte offset of the
42 and t8, 0xcc, t2 # last byte written.
43 and t8, 0xaa, t1
55 zapnot t0, t8, t4 # e0 : was last byte a null?
56 subq t8, 1, t2 # .. e1 :
59 or t2, t8, t2 # e0 : clear the bits between the last
69 subq t8, 1, t7 # e0 : clear the final bits in the prev
70 or t7, t8, t7 # e1 : word
A Dstpcpy.S37 and t8, 0xf0, t2 # binary search for byte offset of the
38 and t8, 0xcc, t1 # last byte written.
39 and t8, 0xaa, t0
A Dstxcpy.S84 and t7, t6, t8 # e1 (stall)
88 and t8, 0x80, t6 # e0 :
94 subq t8, 1, t6 # .. e1 :
96 or t8, t6, t7 # .. e1 :
220 and t6, t7, t8 # e1 :
226 subq t8, 1, t6 # .. e1 :
227 or t6, t8, t7 # e0 :
277 and t6, t7, t8 # e0 :
279 subq t8, 1, t6 # e0 :
280 or t6, t8, t7 # e1 :
[all …]
A Dstxncpy.S97 and t7, t8, t8 # e1 (stall)
101 and t8, 0x80, t6 # e0 :
107 subq t8, 1, t6 # .. e1 :
108 or t8, t6, t7 # e0 :
257 and t6, t7, t8 # e1 :
263 subq t8, 1, t6 # .. e1 :
264 or t6, t8, t7 # e0 :
320 beq t8, $u_head # e1 :
339 and t6, t7, t8 # .. e1 :
340 subq t8, 1, t6 # e0 :
[all …]
A Dstrncpy.S44 subq t8, 1, t2 # e0 : guess not
46 or t2, t8, t2 # e0 : clear the bits between the last
54 subq t8, 1, t7 # e0 : clear the final bits in the prev
55 or t7, t8, t7 # e1 : word
A Dstrcmp.S83 cmplt t4, t5, t8 # .. e1 :
84 beq t8, $u_head # e1 :
169 and t6, t7, t8 # e1 :
170 subq t8, 1, t6 # e0 :
171 or t6, t8, t7 # e1 :
A D_mcount.S67 stq t8, 0x88(sp)
93 ldq t8, 0x88(sp)
A Dstrncat.S72 zapnot t0, t8, t1 # was last byte a null?
/sysdeps/alpha/alphaev6/
A Dstxcpy.S89 and t10, t6, t8 # E : (stall)
92 and t8, 0x80, t6 # E : (stall)
98 subq t8, 1, t6 # E :
100 or t8, t6, t10 # E : (stall)
241 subq t8, 1, t6 # E :
242 or t6, t8, t10 # E : (stall)
279 cmplt t4, t5, t8 # E :
280 beq t8, $u_head # U :
298 subq t8, 1, t6 # E :
299 or t6, t8, t10 # E : (stall)
[all …]
A Dstxncpy.S111 and t7, t8, t8 # E : (stall)
114 and t8, 0x80, t6 # E : (stall)
120 subq t8, 1, t6 # E :
121 or t8, t6, t7 # E : (stall)
292 and t6, t7, t8 # E : (stall)
297 subq t8, 1, t6 # E :
298 or t6, t8, t7 # E : (stall)
354 cmplt t4, t5, t8 # E :
378 and t6, t7, t8 # E :
379 subq t8, 1, t6 # E : (stall)
[all …]
/sysdeps/unix/sysv/linux/alpha/alpha/
A Dregdef.h31 #define t8 $22 /* more temps (caller-saved) */ macro
/sysdeps/ia64/fpu/
A Dlibm_support.h595 t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
596 __LIBM_MULL1_K80(t7,t8,xhi,yhi, t32,t1,t2,t3,t4,t5,t6) \
597 t1=(xhi)*(ylo)+(xlo)*(yhi); t1=t1+t8; \
607 #define __LIBM_MULL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
611 t32,t1,t2,t3,t4,t5,t6,t7,t8)
620 t32,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
629 __LIBM_MULL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8)
638 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
657 t32,t1,t2,t3,t4,t5,t6,t7,t8,t9)
675 __LIBM_DIVL_K80(r,x,y, t32,t1,t2,t3,t4,t5,t6,t7,t8,t9)
[all …]
/sysdeps/mips/sys/
A Dregdef.h69 #define t8 $24 /* caller saved */ macro
/sysdeps/ieee754/dbl-64/
A De_lgamma_r.c115 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
/sysdeps/ieee754/flt-32/
A De_lgammaf_r.c50 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable
202 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgammaf_r()

Completed in 24 milliseconds