Symbol: t9
lib/libc/arch/mips/SYS.h
83
# define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9
lib/libc/arch/mips/SYS.h
87
# define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
lib/libm/ld128/e_lgammal_r.c
283
y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
lib/libm/ld128/e_lgammal_r.c
78
t9 = -3.68456960831637325470641021892968954e-03L,
lib/libm/ld80/e_lgammal_r.c
315
y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
lib/libm/src/e_lgamma_r.c
118
t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */
lib/libm/src/e_lgamma_r.c
259
p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
lib/libm/src/e_lgammaf_r.c
195
p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
lib/libm/src/e_lgammaf_r.c
54
t9 = -1.4034647029e-03, /* 0xbab7f476 */
sys/arch/alpha/alpha/db_interface.c
138
DBREG(t9, FRAME_T9),
sys/arch/mips/include/asm.h
100
addiu t9,40; \
sys/arch/mips/include/asm.h
116
sw t9,8(sp); \
sys/arch/mips/include/asm.h
118
lui t9,%hi(_mcount); \
sys/arch/mips/include/asm.h
119
addiu t9,t9,%lo(_mcount); \
sys/arch/mips/include/asm.h
120
jalr t9; \
sys/arch/mips/include/asm.h
122
lw t9,8(sp); \
sys/arch/mips/include/asm.h
132
sd t9,8(sp); \
sys/arch/mips/include/asm.h
136
daddu gp,gp,t9; \
sys/arch/mips/include/asm.h
137
ld t9,%call16(_mcount)(gp); \
sys/arch/mips/include/asm.h
138
jalr t9; \
sys/arch/mips/include/asm.h
141
ld t9,8(sp); \
sys/arch/mips/include/asm.h
717
.cpload t9; \
sys/arch/mips/include/asm.h
761
#define SETUP_GP64(a,b) .cpsetup t9, a, b
sys/arch/mips/include/asm.h
92
sw t9,12(sp); \
sys/arch/mips/include/asm.h
94
lui t9,%hi(_mcount); \
sys/arch/mips/include/asm.h
95
addiu t9,t9,%lo(_mcount); \
sys/arch/mips/include/asm.h
96
jalr t9; \
sys/arch/mips/include/asm.h
98
lw t9,4(sp); \
sys/crypto/aes/aes_ct.c
115
t9 = t8 ^ t7;
sys/crypto/aes/aes_ct.c
125
t19 = t9 ^ t14;
sys/crypto/aes/aes_ct.c
60
uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;
sys/crypto/aes/aes_ct64.c
130
t9 = t8 ^ t7;
sys/crypto/aes/aes_ct64.c
140
t19 = t9 ^ t14;
sys/crypto/aes/aes_ct64.c
75
uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
115
t9 = t8 ^ t7;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
125
t19 = t9 ^ t14;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
60
__m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;