HomeSort by relevance Sort by last modified time
    Searched refs:TESTINSN5LOAD (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/mips32/
vfp.c 47 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \
230 TESTINSN5LOAD("ldc1 $f0, 0($t1)", 0, 0, f0);
231 TESTINSN5LOAD("ldc1 $f0, 8($t1)", 0, 8, f0);
232 TESTINSN5LOAD("ldc1 $f0, 16($t1)", 0, 16, f0);
233 TESTINSN5LOAD("ldc1 $f0, 24($t1)", 0, 24, f0);
234 TESTINSN5LOAD("ldc1 $f0, 32($t1)", 0, 32, f0);
235 TESTINSN5LOAD("ldc1 $f0, 40($t1)", 0, 40, f0);
236 TESTINSN5LOAD("ldc1 $f0, 48($t1)", 0, 48, f0);
237 TESTINSN5LOAD("ldc1 $f0, 56($t1)", 0, 56, f0);
238 TESTINSN5LOAD("ldc1 $f0, 64($t1)", 0, 64, f0)
    [all...]
MIPS32int.c 95 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \
277 TESTINSN5LOAD("lb $t0, 0($t1)", 0, 0, t0);
278 TESTINSN5LOAD("lb $t0, 4($t1)", 0, 4, t0);
279 TESTINSN5LOAD("lb $t0, 8($t1)", 0, 8, t0);
280 TESTINSN5LOAD("lb $t0, 12($t1)", 0, 12, t0);
281 TESTINSN5LOAD("lb $t0, 16($t1)", 0, 16, t0);
282 TESTINSN5LOAD("lb $t0, 20($t1)", 0, 20, t0);
283 TESTINSN5LOAD("lb $t0, 24($t1)", 0, 24, t0);
284 TESTINSN5LOAD("lb $t0, 28($t1)", 0, 28, t0);
285 TESTINSN5LOAD("lb $t0, 32($t1)", 0, 32, t0)
    [all...]

Completed in 87 milliseconds