Home
last modified time | relevance | path

Searched refs:kBelowEqual (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/x86/
Dconstants_x86.h64 kBelowEqual = 6, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h94 kBelowEqual = 6, enumerator
/art/compiler/optimizing/
Dcode_generator_x86.cc1038 case kCondBE: return kBelowEqual; in X86Condition()
1053 case kCondLE: return kBelowEqual; in X86UnsignedOrFPCondition()
1058 case kCondBE: return kBelowEqual; in X86UnsignedOrFPCondition()
6915 __ j(kBelowEqual, slow_path->GetEntryLabel()); in VisitBoundsCheck()
Dcode_generator_x86_64.cc1091 case kCondBE: return kBelowEqual; in X86_64IntegerCondition()
1105 case kCondLE: return kBelowEqual; in X86_64FPCondition()
6224 __ j(kBelowEqual, slow_path->GetEntryLabel()); in VisitBoundsCheck()
Dintrinsics_x86_64.cc5103 __ j(kBelowEqual, GetEntryLabel()); in EmitByteArrayViewCode()