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

  /art/compiler/dex/quick/mips/
utility_mips.cc 657 LIR* MipsMir2Lir::LoadBaseIndexedDisp(int rBase, int r_index, int scale, int displacement,
659 LOG(FATAL) << "Unexpected use of LoadBaseIndexedDisp for MIPS";
  /art/compiler/dex/quick/x86/
utility_x86.cc 344 LIR* X86Mir2Lir::LoadBaseIndexedDisp(int rBase, int r_index, int scale,
446 return LoadBaseIndexedDisp(rBase, r_index, scale, 0,
452 return LoadBaseIndexedDisp(rBase, INVALID_REG, 0, displacement,
458 return LoadBaseIndexedDisp(rBase, INVALID_REG, 0, displacement,
  /art/compiler/dex/quick/arm/
utility_arm.cc 1054 LIR* ArmMir2Lir::LoadBaseIndexedDisp(int rBase, int r_index, int scale,
1057 LOG(FATAL) << "Unexpected use of LoadBaseIndexedDisp for Arm";

Completed in 241 milliseconds