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

  /art/compiler/dex/quick/mips/
utility_mips.cc 130 LIR* MipsMir2Lir::OpRegImm(OpKind op, int r_dest_src1,
145 LOG(FATAL) << "Bad case in OpRegImm";
  /art/compiler/dex/quick/x86/
utility_x86.cc 127 LIR* X86Mir2Lir::OpRegImm(OpKind op, int r_dest_src1, int value) {
148 LOG(FATAL) << "Bad case in OpRegImm " << op;
227 return OpRegImm(kOpLsl, r_dest, 1);
292 return OpRegImm(op, r_dest, value);
  /art/compiler/dex/quick/arm/
utility_arm.cc 546 LIR* ArmMir2Lir::OpRegImm(OpKind op, int r_dest_src1, int value) {

Completed in 72 milliseconds