Home | History | Annotate | Download | only in mips

Lines Matching refs:t4

75 	ADDU	t4, v0, 2 * FFI_SIZEOF_ARG -1	# make sure it is aligned 
76 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.
107 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
108 bnez t4, arg1_floatp
112 bne t4, FFI_TYPE_FLOAT, arg1_doublep
119 SRL t4, t6, 1*FFI_FLAG_BITS
120 and t4, ((1<<FFI_FLAG_BITS)-1)
121 bnez t4, arg2_floatp
125 bne t4, FFI_TYPE_FLOAT, arg2_doublep
132 SRL t4, t6, 2*FFI_FLAG_BITS
133 and t4, ((1<<FFI_FLAG_BITS)-1)
134 bnez t4, arg3_floatp
138 bne t4, FFI_TYPE_FLOAT, arg3_doublep
145 SRL t4, t6, 3*FFI_FLAG_BITS
146 and t4, ((1<<FFI_FLAG_BITS)-1)
147 bnez t4, arg4_floatp
151 bne t4, FFI_TYPE_FLOAT, arg4_doublep
158 SRL t4, t6, 4*FFI_FLAG_BITS
159 and t4, ((1<<FFI_FLAG_BITS)-1)
160 bnez t4, arg5_floatp
164 bne t4, FFI_TYPE_FLOAT, arg5_doublep
171 SRL t4, t6, 5*FFI_FLAG_BITS
172 and t4, ((1<<FFI_FLAG_BITS)-1)
173 bnez t4, arg6_floatp
177 bne t4, FFI_TYPE_FLOAT, arg6_doublep
184 SRL t4, t6, 6*FFI_FLAG_BITS
185 and t4, ((1<<FFI_FLAG_BITS)-1)
186 bnez t4, arg7_floatp
190 bne t4, FFI_TYPE_FLOAT, arg7_doublep
197 SRL t4, t6, 7*FFI_FLAG_BITS
198 and t4, ((1<<FFI_FLAG_BITS)-1)
199 bnez t4, arg8_floatp
203 bne t4, FFI_TYPE_FLOAT, arg8_doublep
223 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
224 REG_S v0, 0(t4)
230 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
231 s.s $f0, 0(t4)
237 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
238 s.d $f0, 0(t4)
244 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
245 s.d $f0, 0(t4)
251 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
252 s.s $f0, 0(t4)
258 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
259 s.d $f0, 0(t4)
260 s.d $f2, 8(t4)
266 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
267 s.s $f0, 0(t4)
268 s.s $f2, 4(t4)
274 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
275 s.d $f0, 0(t4)
276 s.s $f2, 8(t4)
282 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
283 s.s $f0, 0(t4)
284 s.d $f2, 8(t4)
290 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
291 REG_S v0, 0(t4)
297 REG_L t4, 4*FFI_SIZEOF_ARG($fp)
298 REG_S v0, 0(t4)
299 REG_S v1, 8(t4)