Searched refs:kLess (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86/ |
D | constants_x86.h | 92 kLess = 12, enumerator
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 101 kLess = 12, enumerator
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 494 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long); in GenMinMax() 983 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 989 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 997 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1008 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1012 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1022 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1063 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() 1222 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() 1225 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() [all …]
|
D | intrinsics_x86.cc | 693 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess; in GenMinMax() 707 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenMinMax() 1203 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1209 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1217 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1228 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1232 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1242 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() 1283 __ j(kLess, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() 2953 __ j(kLess, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() [all …]
|
D | code_generator_x86.cc | 916 case kCondLT: return kLess; in X86Condition() 4365 Condition less_cond = kLess; in VisitCompare() 4400 __ j(kLess, &less); // Signed compare. in VisitCompare() 7416 first_condition = kLess; in GenPackedSwitchWithCompares()
|
D | code_generator_x86_64.cc | 942 case kCondLT: return kLess; in X86_64IntegerCondition() 2077 Condition less_cond = kLess; in VisitCompare() 6808 first_condition = kLess; in VisitPackedSwitch()
|