Searched defs:OpCmpBranch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 28 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch() function in art::X86Mir2Lir
|