Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dconstants_x86.h72 kAbove = 7, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h99 kAbove = 7, enumerator
/art/compiler/optimizing/
Dcode_generator_x86_64.cc969 case kCondA: return kAbove; in X86_64IntegerCondition()
983 case kCondGT: return kAbove; in X86_64FPCondition()
4358 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenerateMinMaxFP()
4359 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenerateMinMaxFP()
7703 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
Dcode_generator_x86.cc955 case kCondA: return kAbove; in X86Condition()
970 case kCondGT: return kAbove; in X86UnsignedOrFPCondition()
975 case kCondA: return kAbove; in X86UnsignedOrFPCondition()
4343 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenerateMinMaxFP()
4344 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenerateMinMaxFP()
8658 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitX86PackedSwitch()
Dinstruction_simplifier.cc770 case HInstruction::kAbove: in GetOppositeConditionSwapOps()
Dintrinsics_x86_64.cc1356 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
Dintrinsics_x86.cc1174 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
Dnodes.h4298 : HCondition(kAbove, first, second, dex_pc) {