Lines Matching refs:t3
66 mfc1 t3, $f12 # get LSW of x
77 mtc1 t3, $f0 # save LSW of result
84 beq t3, zero, 9f # result is zero
87 * Find out how many leading zero bits are in t2,t3 and put in t9.
92 move v0, t3
119 * Now shift t2,t3 the correct number of bits.
129 sll t2, t3, t9
130 move t3, zero
135 srl ta0, t3, v0
137 sll t3, t3, t9
149 mtc1 t3, $f0 # save LSW of result
156 blt t1, -30, 2f # will all bits in t3 be shifted out?
159 sll ta0, t2, t1 # shift right t2,t3 based on exponent
160 srl t8, t3, t1 # save bits shifted out
162 srl t3, t3, t1
163 or t3, t3, ta0
166 addu t3, t3, 1 # round result
167 sltu ta0, t3, 1
171 and t3, t3, ~1
173 mtc1 t3, $f0 # save denormalized result (LSW)
184 srl t3, t2, t1
186 addu t3, t3, 1 # round result
187 sltu ta0, t3, 1
191 and t3, t3, ~1
193 mtc1 t3, $f0