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

  /external/chromium_org/v8/src/mips/
constants-mips.cc 297 case SLTIU:
constants-mips.h 277 SLTIU = ((1 << 3) + 3) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 1558 void Assembler::sltiu(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,
314 case SLTIU:
317 TEST2("sltiu $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
318 TEST2("sltiu $t2, $t3, 0xffff", reg_val1[i], 0xffff, t2, t3);
319 TEST2("sltiu $a0, $a1, 0x0", reg_val1[i], 0x0, a0, a1);
320 TEST2("sltiu $s0, $s1, 0x23", reg_val1[i], 0x23, s0, s1);
321 TEST2("sltiu $t0, $t1, 0xff", reg_val2[i], 0xff, t0, t1);
322 TEST2("sltiu $t2, $t3, 0xffff", reg_val2[i], 0xffff, t2, t3);
323 TEST2("sltiu $a0, $a1, 0x0", reg_val2[i], 0x0, a0, a1);
324 TEST2("sltiu $s0, $s1, 0x23", reg_val2[i], 0x23, s0, s1)
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 296 void SLTIU(int Rt, int Rs, int16_t imm);
MIPSAssembler.cpp     [all...]

Completed in 145 milliseconds