Home
last modified time | relevance | path

Searched refs:NegateComparison (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/arm64/
Dint_arm64.cc105 ccode = NegateComparison(ccode); in GenSelect()
244 OpCmpImmBranch(NegateComparison(ccode), rl_src1.reg, 0, not_taken); in GenFusedLongCmpBranch()
253 OpCondBranch(NegateComparison(ccode), not_taken); in GenFusedLongCmpBranch()
261 OpCondBranch(NegateComparison(ccode), not_taken); in GenFusedLongCmpBranch()
/art/compiler/dex/quick/
Dcodegen_util.cc1013 ConditionCode Mir2Lir::NegateComparison(ConditionCode before) { in NegateComparison() function in art::Mir2Lir
Dmir_to_lir.h675 ConditionCode NegateComparison(ConditionCode before);
/art/compiler/dex/quick/x86/
Dint_x86.cc339 ConditionCode cc = true_zero_case ? NegateComparison(ccode) : ccode; in GenSelect()
376 OpCondRegReg(kOpCmov, NegateComparison(ccode), rl_result.reg, rl_false.reg); in GenSelect()
/art/compiler/dex/quick/arm/
Dint_arm.cc303 it = OpIT(NegateComparison(ccode), ""); in GenSelect()