Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dint_arm.cc28 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dint_arm64.cc29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dint_x86.cc96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::X86Mir2Lir