Lines Matching refs:t9
84 * stack and the final addiu to t9 must always equal the size of this
92 sw t9,12(sp); \
94 lui t9,%hi(_mcount); \
95 addiu t9,t9,%lo(_mcount); \
96 jalr t9; \
98 lw t9,4(sp); \
100 addiu t9,40; \
116 sw t9,8(sp); \
118 lui t9,%hi(_mcount); \
119 addiu t9,t9,%lo(_mcount); \
120 jalr t9; \
122 lw t9,8(sp); \
132 sd t9,8(sp); \
136 daddu gp,gp,t9; \
137 ld t9,%call16(_mcount)(gp); \
138 jalr t9; \
141 ld t9,8(sp); \
717 .cpload t9; \
761 #define SETUP_GP64(a,b) .cpsetup t9, a, b