Searched defs:OpReg (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dutility_mips.cc280 LIR* MipsMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { function in class:art::MipsMir2Lir
289 LOG(FATAL) << "Bad case in OpReg";
1054 LIR* retVal = OpReg(op, r_tgt);
1059 return OpReg(op, r_tgt);
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc270 LIR* ArmMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { function in class:art::ArmMir2Lir
1254 return OpReg(op, r_tgt);
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc552 LIR* Arm64Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { function in class:art::Arm64Mir2Lir
1399 return OpReg(op, r_tgt);
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc126 LIR* X86Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { function in class:art::X86Mir2Lir
134 LOG(FATAL) << "Bad case in OpReg " << op;
209 return OpReg(kOpNot, r_dest_src1);
212 return OpReg(kOpNeg, r_dest_src1);
215 return OpReg(kOpRev, r_dest_src1);
218 OpReg(kOpRev, r_dest_src1);
477 OpReg(kOpNeg, r_dest);

Completed in 589 milliseconds