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

  /external/chromium_org/v8/src/mips/
constants-mips.cc 296 case SLTI:
constants-mips.h 276 SLTI = ((1 << 3) + 2) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1553 void Assembler::slti(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /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...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 294 void SLTI(int Rt, int Rs, int16_t imm);
MIPSAssembler.cpp     [all...]

Completed in 86 milliseconds