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

  /external/chromium_org/v8/src/mips/
constants-mips.cc 299 case SLTI:
constants-mips.h 326 SLTI = ((1 << 3) + 2) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1886 void Assembler::slti(Register rt, Register rs, int32_t j) { function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/mips64/
constants-mips64.cc 317 case SLTI:
constants-mips64.h 291 SLTI = ((1 << 3) + 2) << kOpcodeShift,
simulator-mips64.cc     [all...]
assembler-mips64.cc 2081 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...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 162 #define SLTI (HI(10))
    [all...]

Completed in 249 milliseconds