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

  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 295 res = newLIR3(cUnit, kMipsSltu, tReg, reg1, reg2);
MipsLIR.h 453 kMipsSltu, /* sltu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000101011] */
CodegenDriver.cpp 793 newLIR3(cUnit, kMipsSltu, rlResult.highReg, r_ZERO, rlResult.lowReg);
    [all...]
Assemble.cpp 269 ENCODING_MAP(kMipsSltu, 0x0000002b,
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 126 newLIR3(cUnit, kMipsSltu, tReg, sltuSrc1, sltuSrc2);

Completed in 61 milliseconds