Searched refs:kLess (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86/ |
D | constants_x86.h | 77 kLess = 12, enumerator
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 104 kLess = 12, enumerator
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 627 __ 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()
|
D | intrinsics_x86.cc | 834 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 840 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 848 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 859 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 863 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 873 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 914 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() 2686 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() 2689 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() 2720 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
|
D | code_generator_x86_64.cc | 963 case kCondLT: return kLess; in X86_64IntegerCondition() 2338 Condition less_cond = kLess; in VisitCompare() 3878 __ cmov(Condition::kLess, out, tmp, false); in RemByPowerOfTwo() 4307 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ true); in GenerateMinMaxInt() 4311 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, /*is64bit*/ false); in GenerateMinMaxInt() 7657 first_condition = kLess; in VisitPackedSwitch()
|
D | code_generator_x86.cc | 949 case kCondLT: return kLess; in X86Condition() 3875 __ cmovl(Condition::kLess, out, tmp); in RemByPowerOfTwo() 4280 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess; in GenerateMinMaxInt() 4295 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenerateMinMaxInt() 5051 Condition less_cond = kLess; in VisitCompare() 5086 __ j(kLess, &less); // Signed compare. in VisitCompare() 8569 first_condition = kLess; in GenPackedSwitchWithCompares()
|