Searched refs:kGreater (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/x86/ |
D | constants_x86.h | 95 kGreater = 15, enumerator
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 104 kGreater = 15, enumerator
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 494 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long); in GenMinMax() 1212 __ j(kGreater, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() 1752 __ cmov(kGreater, counter, start_index, /* is64bit */ false); // 32-bit copy is enough. in GenerateStringIndexOf() 1779 __ j(kGreater, ¬_found_label); in GenerateStringIndexOf()
|
D | intrinsics_x86.cc | 707 Condition cond = is_min ? Condition::kGreater : Condition::kLess; in GenMinMax() 1585 __ cmovl(kGreater, counter, start_index); in GenerateStringIndexOf() 1617 __ j(kGreater, ¬_found_label); in GenerateStringIndexOf() 2943 __ j(kGreater, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
|
D | code_generator_x86_64.cc | 944 case kCondGT: return kGreater; in X86_64IntegerCondition()
|