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

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

Completed in 728 milliseconds