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.h101 kLess = 12, enumerator
/art/compiler/optimizing/
Dintrinsics_x86_64.cc685 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
691 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
699 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
710 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
714 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
724 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
765 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
924 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
927 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
951 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
Dintrinsics_x86.cc877 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
883 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
891 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
902 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
906 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
916 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition()
957 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
2628 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2631 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2662 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
Dcode_generator_x86.cc929 case kCondLT: return kLess; in X86Condition()
3518 __ cmovl(Condition::kLess, out, tmp); in RemByPowerOfTwo()
3923 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess; in GenerateMinMaxInt()
3938 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenerateMinMaxInt()
4694 Condition less_cond = kLess; in VisitCompare()
4729 __ j(kLess, &less); // Signed compare. in VisitCompare()
7973 first_condition = kLess; in GenPackedSwitchWithCompares()
Dcode_generator_x86_64.cc951 case kCondLT: return kLess; in X86_64IntegerCondition()
2154 Condition less_cond = kLess; in VisitCompare()
3578 __ cmov(Condition::kLess, out, tmp, false); in RemByPowerOfTwo()
4007 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ true); in GenerateMinMaxInt()
4011 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ false); in GenerateMinMaxInt()
7287 first_condition = kLess; in VisitPackedSwitch()