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

  /art/compiler/dex/quick/mips/
utility_mips.cc 285 LIR* MipsMir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
322 LOG(FATAL) << "Bad case in OpRegReg";
  /art/compiler/dex/quick/arm/
utility_arm.cc 371 LIR* ArmMir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
575 OpRegReg(kOpCmp, r_src1, r_tmp);
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 195 LIR* X86Mir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
244 LOG(FATAL) << "Bad case in OpRegReg " << op;
464 return OpRegReg(op, r_dest, r_src2);
467 return OpRegReg(op, r_dest, r_src2);
478 OpRegReg(op, t_reg, r_src2);
493 return OpRegReg(op, r_dest, r_src1);
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 669 LIR* Arm64Mir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
975 OpRegReg(op, r_dest_src1, r_tmp);
    [all...]

Completed in 557 milliseconds