Searched refs:TESTINSNMOVEt (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/mips32/ |
D | MoveIns.c | 63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ macro 312 TESTINSNMOVEt("mtc1 $t1, $f0", 0, f0, t1); in main() 313 TESTINSNMOVEt("mtc1 $t2, $f1", 4, f1, t2); in main() 314 TESTINSNMOVEt("mtc1 $t3, $f2", 8, f2, t3); in main() 315 TESTINSNMOVEt("mtc1 $t4, $f3", 12, f3, t4); in main() 316 TESTINSNMOVEt("mtc1 $t5, $f4", 16, f4, t5); in main() 317 TESTINSNMOVEt("mtc1 $t6, $f5", 20, f5, t6); in main() 318 TESTINSNMOVEt("mtc1 $t7, $f6", 24, f6, t7); in main() 319 TESTINSNMOVEt("mtc1 $v0, $f7", 28, f7, v0); in main() 320 TESTINSNMOVEt("mtc1 $v1, $f8", 32, f8, v1); in main() [all …]
|