Home
last modified time | relevance | path

Searched refs:kLess (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Dconstants_x86.h77 kLess = 12, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h104 kLess = 12, enumerator
/art/compiler/optimizing/
Dintrinsics_x86_64.cc627 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
633 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
641 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
652 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
656 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
666 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
707 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
866 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
869 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
893 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
Dintrinsics_x86.cc832 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
838 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
846 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
857 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
861 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
871 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
912 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
2583 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2586 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2617 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
Dcode_generator_x86.cc932 case kCondLT: return kLess; in X86Condition()
3689 __ cmovl(Condition::kLess, out, tmp); in RemByPowerOfTwo()
4094 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess; in GenerateMinMaxInt()
4109 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenerateMinMaxInt()
4865 Condition less_cond = kLess; in VisitCompare()
4900 __ j(kLess, &less); // Signed compare. in VisitCompare()
8231 first_condition = kLess; in GenPackedSwitchWithCompares()
Dcode_generator_x86_64.cc954 case kCondLT: return kLess; in X86_64IntegerCondition()
2265 Condition less_cond = kLess; in VisitCompare()
3791 __ cmov(Condition::kLess, out, tmp, false); in RemByPowerOfTwo()
4220 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ true); in GenerateMinMaxInt()
4224 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ false); in GenerateMinMaxInt()
7518 first_condition = kLess; in VisitPackedSwitch()