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 | 832 __ 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()
|
D | code_generator_x86.cc | 932 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()
|
D | code_generator_x86_64.cc | 954 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()
|