Searched refs:kAbove (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/x86/ |
D | constants_x86.h | 86 kAbove = 7, enumerator
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 95 kAbove = 7, enumerator
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 335 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenMinMaxFP() 336 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenMinMaxFP() 1537 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
|
D | intrinsics_x86.cc | 447 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenMinMaxFP() 448 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenMinMaxFP() 1438 __ j(kAbove, slow_path->GetEntryLabel()); in GenerateStringIndexOf()
|
D | instruction_simplifier.cc | 577 case HInstruction::kAbove: in GetOppositeConditionSwapOps()
|
D | code_generator_x86.cc | 706 case kCondA: return kAbove; in X86Condition() 721 case kCondGT: return kAbove; in X86UnsignedOrFPCondition() 726 case kCondA: return kAbove; in X86UnsignedOrFPCondition() 7114 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitX86PackedSwitch()
|
D | code_generator_x86_64.cc | 725 case kCondA: return kAbove; in X86_64IntegerCondition() 739 case kCondGT: return kAbove; in X86_64FPCondition() 6543 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
|