Searched defs:TESTINSNMOVE2 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/mips32/
H A DMoveIns.c139 #define TESTINSNMOVE2(instruction, RDval, RSval, RD, RS, cc) \ macro
399 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, 0xffffffff, t0, t1, 1);
400 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 0xffffffff, t0, t1, 0);
401 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 555, 0xffffffff, t0, t1, 1);
402 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, 5, t0, t1, 0);
403 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0, -1, t0, t1, 1);
404 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 25, t0, t1, 0);
405 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 0, t0, t1, 1);
406 TESTINSNMOVE2("movf $t0, $t1, $fcc0", 0xffffffff, 66, t0, t1, 0);
407 TESTINSNMOVE2("mov
[all...]

Completed in 2873 milliseconds