Searched refs:TESTINSNMOVE2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/mips32/ |
D | MoveIns.c | 139 #define TESTINSNMOVE2(instruction, RDval, RSval, RD, RS, cc) \ macro 399 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, 0xffffffff, t0, t1, 1); in main() 400 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 0xffffffff, t0, t1, 0); in main() 401 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 555, 0xffffffff, t0, t1, 1); in main() 402 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, 5, t0, t1, 0); in main() 403 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, -1, t0, t1, 1); in main() 404 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 25, t0, t1, 0); in main() 405 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 0, t0, t1, 1); in main() 406 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 66, t0, t1, 0); in main() 407 TESTINSNMOVE2("movf $t0, $t1, $fcc4", 0, 0xffffffff, t0, t1, 1); in main() [all …]
|