Home
last modified time | relevance | path

Searched refs:kAbove (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/x86/
Dconstants_x86.h65 kAbove = 7, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h95 kAbove = 7, enumerator
/art/compiler/optimizing/
Dcode_generator_x86.cc1039 case kCondA: return kAbove; in X86Condition()
1054 case kCondGT: return kAbove; in X86UnsignedOrFPCondition()
1059 case kCondA: return kAbove; in X86UnsignedOrFPCondition()
4624 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenerateMinMaxFP()
4625 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenerateMinMaxFP()
8941 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitX86PackedSwitch()
Dcode_generator_x86_64.cc1092 case kCondA: return kAbove; in X86_64IntegerCondition()
1106 case kCondGT: return kAbove; in X86_64FPCondition()
4760 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenerateMinMaxFP()
4761 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenerateMinMaxFP()
8228 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
Dinstruction_simplifier.cc901 case HInstruction::kAbove: in GetOppositeConditionSwapOps()
Dintrinsics_x86.cc1206 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
Dintrinsics_x86_64.cc1372 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
Dnodes.h4445 : HCondition(kAbove, first, second, dex_pc) {