Searched defs:OpRegRegShift (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dutility_arm.cc285 LIR* ArmMir2Lir::OpRegRegShift(OpKind op, RegStorage r_dest_src1, RegStorage r_src2, function in class:art::ArmMir2Lir
419 return OpRegRegShift(op, r_dest_src1, r_src2, 0);
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc564 LIR* Arm64Mir2Lir::OpRegRegShift(OpKind op, RegStorage r_dest_src1, RegStorage r_src2, int shift) { function in class:art::Arm64Mir2Lir
671 return OpRegRegShift(op, r_dest_src1, r_src2, ENCODE_NO_SHIFT);

Completed in 7 milliseconds