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

  /art/compiler/dex/quick/mips/
utility_mips.cc 285 LIR* MipsMir2Lir::OpRegReg(OpKind op, int r_dest_src1, int r_src2) {
322 LOG(FATAL) << "Bad case in OpRegReg";
  /art/compiler/dex/quick/x86/
utility_x86.cc 153 LIR* X86Mir2Lir::OpRegReg(OpKind op, int r_dest_src1, int r_src2) {
191 LOG(FATAL) << "Bad case in OpRegReg " << op;
237 return OpRegReg(op, r_dest, r_src2);
240 return OpRegReg(op, r_dest, r_src2);
251 OpRegReg(op, t_reg, r_src2);
265 return OpRegReg(op, r_dest, r_src1);
  /art/compiler/dex/quick/arm/
utility_arm.cc 348 LIR* ArmMir2Lir::OpRegReg(OpKind op, int r_dest_src1, int r_src2) {
522 OpRegReg(kOpCmp, r_src1, r_tmp);

Completed in 51 milliseconds