Searched refs:kLess (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86/ |
D | constants_x86.h | 91 kLess = 12, enumerator
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 100 kLess = 12, enumerator
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 451 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long); in GenMinMax() 998 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1004 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1013 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1024 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1028 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1038 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1079 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() 1182 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() 1185 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() [all …]
|
D | intrinsics_x86.cc | 604 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess; in GenMinMax() 618 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenMinMax() 1140 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1145 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1150 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1156 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1160 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1166 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1207 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar()
|
D | code_generator_x86.cc | 700 case kCondLT: return kLess; in X86Condition() 4162 Condition less_cond = kLess; in VisitCompare() 4196 __ j(kLess, &less); // Signed compare. in VisitCompare() 5952 __ j(kLess, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() 7025 first_condition = kLess; in GenPackedSwitchWithCompares()
|
D | code_generator_x86_64.cc | 719 case kCondLT: return kLess; in X86_64IntegerCondition() 1864 Condition less_cond = kLess; in VisitCompare() 5309 __ j(kLess, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() 6497 first_condition = kLess; in VisitPackedSwitch()
|