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" \
192 "mtc1 $t0, $f0\n\t" \
193 "mtc1 %3, $f2\n\t" \
218 "mtc1 $t0, $f0\n\t" \
219 "mtc1 $t1, $f2\n\t" \
246 "mtc1 $0, $" #FD "\n\t" \
267 "mtc1 $0, $" #FD "\n\t" \
268 "mtc1 $0, $" #FD + 1"\n\t" \
311 printf("MTC1\n");
312 TESTINSNMOVEt("mtc1 $t1, $f0", 0, f0, t1);
313 TESTINSNMOVEt("mtc1 $t2, $f1", 4, f1, t2);
314 TESTINSNMOVEt("mtc1 $t3, $f2", 8, f2, t3);
315 TESTINSNMOVEt("mtc1 $t4, $f3", 12, f3, t4);
316 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5);
317 TESTINSNMOVEt("mtc1 $t6, $f5", 20, f5, t6);
318 TESTINSNMOVEt("mtc1 $t7, $f6", 24, f6, t7);
319 TESTINSNMOVEt("mtc1 $v0, $f7", 28, f7, v0);
320 TESTINSNMOVEt("mtc1 $v1, $f8", 32, f8, v1);
321 TESTINSNMOVEt("mtc1 $s0, $f9", 36, f9, s0);
322 TESTINSNMOVEt("mtc1 $s1, $f10", 40, f10, s1);
323 TESTINSNMOVEt("mtc1 $s2, $f11", 44, f11, s2);
324 TESTINSNMOVEt("mtc1 $s3, $f12", 48, f12, s3);
325 TESTINSNMOVEt("mtc1 $s4, $f13", 52, f13, s4);
326 TESTINSNMOVEt("mtc1 $s5, $f14", 56, f14, s5);
327 TESTINSNMOVEt("mtc1 $s6, $f15", 60, f15, s6);
328 TESTINSNMOVEt("mtc1 $s7, $f16", 64, f16, s7);
329 TESTINSNMOVEt("mtc1 $a0, $f17", 2, f17, a0);
330 TESTINSNMOVEt("mtc1 $a1, $f18", 6, f18, a1);
331 TESTINSNMOVEt("mtc1 $a2, $f19", 10, f19, a2);
332 TESTINSNMOVEt("mtc1 $a3, $f20", 14, f20, a3);
333 TESTINSNMOVEt("mtc1 $v0, $f21", 18, f21, v0);
334 TESTINSNMOVEt("mtc1 $v1, $f22", 22, f22, v1);
335 TESTINSNMOVEt("mtc1 $t8, $f23", 26, f23, t8);
336 TESTINSNMOVEt("mtc1 $t9, $f24", 30, f24, t9);
337 TESTINSNMOVEt("mtc1 $t1, $f25", 34, f25, t1);
338 TESTINSNMOVEt("mtc1 $t2, $f26", 38, f26, t2);