Home | History | Annotate | Download | only in mips32

Lines Matching full:mtc1

62 // mtc1 rt, fs
145 "mtc1 $t0, $f0\n\t" \
146 "mtc1 $t1, $f2\n\t" \
167 "mtc1 $t0, $f0\n\t" \
168 "mtc1 $t1, $f2\n\t" \
191 "mtc1 $t0, $f0\n\t" \
192 "mtc1 $t1, $f2\n\t" \
217 "mtc1 $0, $" #FD "\n\t" \
238 "mtc1 $0, $" #FD "\n\t" \
239 "mtc1 $0, $" #FD + 1"\n\t" \
282 printf("MTC1\n");
283 TESTINSNMOVEt("mtc1 $t1, $f0", 0, f0, t1);
284 TESTINSNMOVEt("mtc1 $t2, $f1", 4, f1, t2);
285 TESTINSNMOVEt("mtc1 $t3, $f2", 8, f2, t3);
286 TESTINSNMOVEt("mtc1 $t4, $f3", 12, f3, t4);
287 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5);
288 TESTINSNMOVEt("mtc1 $t6, $f5", 20, f5, t6);
289 TESTINSNMOVEt("mtc1 $t7, $f6", 24, f6, t7);
290 TESTINSNMOVEt("mtc1 $v0, $f7", 28, f7, v0);
291 TESTINSNMOVEt("mtc1 $v1, $f8", 32, f8, v1);
292 TESTINSNMOVEt("mtc1 $s0, $f9", 36, f9, s0);
293 TESTINSNMOVEt("mtc1 $s1, $f10", 40, f10, s1);
294 TESTINSNMOVEt("mtc1 $s2, $f11", 44, f11, s2);
295 TESTINSNMOVEt("mtc1 $s3, $f12", 48, f12, s3);
296 TESTINSNMOVEt("mtc1 $s4, $f13", 52, f13, s4);
297 TESTINSNMOVEt("mtc1 $s5, $f14", 56, f14, s5);
298 TESTINSNMOVEt("mtc1 $s6, $f15", 60, f15, s6);
299 TESTINSNMOVEt("mtc1 $s7, $f16", 64, f16, s7);
300 TESTINSNMOVEt("mtc1 $a0, $f17", 2, f17, a0);
301 TESTINSNMOVEt("mtc1 $a1, $f18", 6, f18, a1);
302 TESTINSNMOVEt("mtc1 $a2, $f19", 10, f19, a2);
303 TESTINSNMOVEt("mtc1 $a3, $f20", 14, f20, a3);
304 TESTINSNMOVEt("mtc1 $v0, $f21", 18, f21, v0);
305 TESTINSNMOVEt("mtc1 $v1, $f22", 22, f22, v1);
306 TESTINSNMOVEt("mtc1 $t8, $f23", 26, f23, t8);
307 TESTINSNMOVEt("mtc1 $t9, $f24", 30, f24, t9);
308 TESTINSNMOVEt("mtc1 $t1, $f25", 34, f25, t1);
309 TESTINSNMOVEt("mtc1 $t2, $f26", 38, f26, t2);