Lines Matching defs:tmp
84 .macro fpu_save_16even thread tmp=t0
87 cfc1 \tmp, fcr31
104 sw \tmp, THREAD_FCR31(\thread)
132 .macro fpu_save_double thread status tmp
135 sll \tmp, \status, 5
136 bgez \tmp, 10f
140 fpu_save_16even \thread \tmp
143 .macro fpu_restore_16even thread tmp=t0
146 lw \tmp, THREAD_FCR31(\thread)
163 ctc1 \tmp, fcr31
191 .macro fpu_restore_double thread status tmp
194 sll \tmp, \status, 5
195 bgez \tmp, 10f # 16 register mode?
200 fpu_restore_16even \thread \tmp