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

  /art/compiler/dex/quick/mips/
utility_mips.cc 161 LIR* MipsMir2Lir::OpRegRegReg(OpKind op, int r_dest, int r_src1, int r_src2) {
196 LOG(FATAL) << "bad case in OpRegRegReg";
302 return OpRegRegReg(op, r_dest_src1, r_dest_src1, r_src2);
  /art/compiler/dex/quick/x86/
utility_x86.cc 221 LIR* X86Mir2Lir::OpRegRegReg(OpKind op, int r_dest, int r_src1,
263 LOG(FATAL) << "Bad case in OpRegRegReg " << op;
  /art/compiler/dex/quick/arm/
utility_arm.cc 418 LIR* ArmMir2Lir::OpRegRegReg(OpKind op, int r_dest, int r_src1, int r_src2) {
672 OpRegRegReg(kOpAdd, reg_ptr, rBase, r_index);
736 OpRegRegReg(kOpAdd, reg_ptr, rBase, r_index);

Completed in 35 milliseconds