Home | History | Annotate | Download | only in mips32

Lines Matching full:mfc1

24 // mfc1 rt, fs
110 "mfc1 %1, $" #FD"\n\t" \
129 "mfc1 %1, $" #FD"\n\t" \
198 "mfc1 %1, $f4\n\t" \
199 "mfc1 %2, $f5\n\t" \
220 "mfc1 %1, $" #FD"\n\t" \
242 "mfc1 %1, $" #FD"\n\t" \
253 printf("MFC1\n");
254 TESTINSNMOVE("mfc1 $t1, $f0", 0, f0, t1);
255 TESTINSNMOVE("mfc1 $t2, $f1", 4, f1, t2);
256 TESTINSNMOVE("mfc1 $t3, $f2", 8, f2, t3);
257 TESTINSNMOVE("mfc1 $t4, $f3", 12, f3, t4);
258 TESTINSNMOVE("mfc1 $t5, $f4", 16, f4, t5);
259 TESTINSNMOVE("mfc1 $t6, $f5", 20, f5, t6);
260 TESTINSNMOVE("mfc1 $t7, $f6", 24, f6, t7);
261 TESTINSNMOVE("mfc1 $v0, $f7", 28, f7, v0);
262 TESTINSNMOVE("mfc1 $v1, $f8", 32, f8, v1);
263 TESTINSNMOVE("mfc1 $s0, $f9", 36, f9, s0);
264 TESTINSNMOVE("mfc1 $s1, $f10", 40, f10, s1);
265 TESTINSNMOVE("mfc1 $s2, $f11", 44, f11, s2);
266 TESTINSNMOVE("mfc1 $s3, $f12", 48, f12, s3);
267 TESTINSNMOVE("mfc1 $s4, $f13", 52, f13, s4);
268 TESTINSNMOVE("mfc1 $s5, $f14", 56, f14, s5);
269 TESTINSNMOVE("mfc1 $s6, $f15", 60, f15, s6);
270 TESTINSNMOVE("mfc1 $s7, $f16", 64, f16, s7);
271 TESTINSNMOVE("mfc1 $a0, $f17", 0, f17, a0);
272 TESTINSNMOVE("mfc1 $a1, $f18", 4, f18, a1);
273 TESTINSNMOVE("mfc1 $a2, $f19", 8, f19, a2);
274 TESTINSNMOVE("mfc1 $a3, $f20", 12, f20, a3);
275 TESTINSNMOVE("mfc1 $v0, $f21", 16, f21, v0);
276 TESTINSNMOVE("mfc1 $v1, $f22", 20, f22, v1);
277 TESTINSNMOVE("mfc1 $t8, $f23", 24, f23, t8);
278 TESTINSNMOVE("mfc1 $t9, $f24", 28, f24, t9);
279 TESTINSNMOVE("mfc1 $t1, $f25", 32, f25, t1);
280 TESTINSNMOVE("mfc1 $t2, $f26", 36, f26, t2);