Home
last modified time | relevance | path

Searched defs:OpRegRegReg (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dutility_mips.cc161 LIR* MipsMir2Lir::OpRegRegReg(OpKind op, RegStorage r_dest, RegStorage r_src1, RegStorage r_src2) { in OpRegRegReg() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dutility_arm.cc459 LIR* ArmMir2Lir::OpRegRegReg(OpKind op, RegStorage r_dest, RegStorage r_src1, RegStorage r_src2) { in OpRegRegReg() function in art::ArmMir2Lir
/art/compiler/dex/quick/x86/
Dutility_x86.cc445 LIR* X86Mir2Lir::OpRegRegReg(OpKind op, RegStorage r_dest, RegStorage r_src1, in OpRegRegReg() function in art::X86Mir2Lir
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc801 LIR* Arm64Mir2Lir::OpRegRegReg(OpKind op, RegStorage r_dest, RegStorage r_src1, RegStorage r_src2) { in OpRegRegReg() function in art::Arm64Mir2Lir