Searched refs:OpRegRegExtend (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 634 LIR* Arm64Mir2Lir::OpRegRegExtend(OpKind op, RegStorage r_dest_src1, RegStorage r_src2, in OpRegRegExtend() function in art::Arm64Mir2Lir 674 return OpRegRegExtend(op, r_dest_src1, r_src2, kA64Uxtx, 0); in OpRegReg()
|
D | codegen_arm64.h | 372 LIR* OpRegRegExtend(OpKind op, RegStorage r_dest_src1, RegStorage r_src2,
|