Searched refs:t10 (Results 1 – 14 of 14) sorted by relevance
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 65 bne t10, $a_eos # U : (stall) 81 beq t10, $a_loop # U : (stall for t10) 89 and t10, t6, t8 # E : (stall) 100 or t8, t6, t10 # E : (stall) 160 bne t10, $u_final # U : (stall) 178 bne t10, $u_eos # U : (stall) 206 beq t10, $u_loop # U : (stall) 236 and t6, t10, t8 # E : (stall) 242 or t6, t8, t10 # E : (stall) 295 and t6, t10, t8 # E : (stall) [all …]
|
A D | stxncpy.S | 136 or t10, t7, t7 # E : 157 lda t10, 1 # E : 160 sll t10, t2, t10 # U : t10 = bitmask of last count byte 283 or t7, t10, t6 # E : (stall) 314 sll t10, t6, t6 # U : (stall) 327 or t10, t7, t7 # E : 362 or t7, t10, t5 # E : test for end-of-count too
|
/sysdeps/alpha/ |
A D | strncat.S | 76 0: and t10, 0x80, t1 80 addq t10, t10, t10 # end-of-count bit <<= 1 81 zap t0, t10, t0
|
A D | strncpy.S | 45 subq t10, 1, t3 # .. e1 : 47 or t3, t10, t3 # .. e1 : written byte and the last byte in 77 subq t10, 1, t7 # .. e1 : word 78 or t7, t10, t7 # e0 :
|
A D | stpncpy.S | 58 subq t10, 1, t3 # .. e1 : 60 or t3, t10, t3 # .. e1 : written byte and the last byte in 92 subq t10, 1, t7 # .. e1 : word 93 or t7, t10, t7 # e0 :
|
A D | stxncpy.S | 119 or t10, t7, t7 135 addq zero, 1, t10 136 sll t10, t2, t10 # t10 = bitmask of last count byte 248 or t7, t10, t6 # e1 : 277 sll t10, t6, t6 # e0 : 290 or t10, t7, t7 325 or t7, t10, t5 # .. e1 : test for end-of-count too
|
A D | _mcount.S | 69 stq t10, 0x98(sp) 95 ldq t10, 0x98(sp)
|
A D | strncmp.S | 58 and a2, 7, t10 # ofs of last byte in s1 last word 73 beq t10, $ant_loop 235 mskql t0, t10, t0 236 mskql t1, t10, t1
|
A D | div_libc.h | 31 #define X t10
|
/sysdeps/alpha/alphaev67/ |
A D | stpncpy.S | 50 subq t10, 1, t3 55 or t3, t10, t3 96 subq t10, 1, t7 100 or t7, t10, t7
|
A D | strncat.S | 64 cttz t10, t2 # U0: byte offset of end-of-count.
|
/sysdeps/unix/sysv/linux/alpha/alpha/ |
A D | regdef.h | 33 #define t10 $24 macro
|
/sysdeps/ieee754/dbl-64/ |
A D | e_lgamma_r.c | 117 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable 266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
|
/sysdeps/ieee754/flt-32/ |
A D | e_lgammaf_r.c | 52 t10 = 8.8108185446e-04, /* 0x3a66f867 */ variable 201 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgammaf_r()
|
Completed in 11 milliseconds