Searched refs:TESTINSN5LOAD (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/mips32/
H A Dvfp.c64 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ macro
293 TESTINSN5LOAD("ldc1 $f0, 0($t1)", 0, 0, f0);
294 TESTINSN5LOAD("ldc1 $f0, 8($t1)", 0, 8, f0);
295 TESTINSN5LOAD("ldc1 $f0, 16($t1)", 0, 16, f0);
296 TESTINSN5LOAD("ldc1 $f0, 24($t1)", 0, 24, f0);
297 TESTINSN5LOAD("ldc1 $f0, 32($t1)", 0, 32, f0);
298 TESTINSN5LOAD("ldc1 $f0, 40($t1)", 0, 40, f0);
299 TESTINSN5LOAD("ldc1 $f0, 48($t1)", 0, 48, f0);
300 TESTINSN5LOAD("ldc1 $f0, 56($t1)", 0, 56, f0);
301 TESTINSN5LOAD("ldc
[all...]
H A DMIPS32int.c95 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ macro
649 TESTINSN5LOAD("lb $t0, 0($t1)", 0, 0, t0);
650 TESTINSN5LOAD("lb $t0, 4($t1)", 0, 4, t0);
651 TESTINSN5LOAD("lb $t0, 8($t1)", 0, 8, t0);
652 TESTINSN5LOAD("lb $t0, 12($t1)", 0, 12, t0);
653 TESTINSN5LOAD("lb $t0, 16($t1)", 0, 16, t0);
654 TESTINSN5LOAD("lb $t0, 20($t1)", 0, 20, t0);
655 TESTINSN5LOAD("lb $t0, 24($t1)", 0, 24, t0);
656 TESTINSN5LOAD("lb $t0, 28($t1)", 0, 28, t0);
657 TESTINSN5LOAD("l
[all...]

Completed in 103 milliseconds