HomeSort by relevance Sort by last modified time
    Searched defs:SLTI (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/mips64/
arithmetic_instruction.c 14 SLTI, SLTIU, SLTU, SUB,
301 case SLTI:
304 TEST2("slti $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
305 TEST2("slti $t2, $t3, 0xffff", reg_val1[i], 0xffff, t2, t3);
306 TEST2("slti $a0, $a1, 0x0", reg_val1[i], 0x0, a0, a1);
307 TEST2("slti $s0, $s1, 0x23", reg_val1[i], 0x23, s0, s1);
308 TEST2("slti $t0, $t1, 0xff", reg_val2[i], 0xff, t0, t1);
309 TEST2("slti $t2, $t3, 0xffff", reg_val2[i], 0xffff, t2, t3);
310 TEST2("slti $a0, $a1, 0x0", reg_val2[i], 0x0, a0, a1);
311 TEST2("slti $s0, $s1, 0x23", reg_val2[i], 0x23, s0, s1)
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 162 #define SLTI (HI(10))
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]

Completed in 87 milliseconds