Home
last modified time | relevance | path

Searched refs:kX86CondBe (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h513 kX86CondBe = 0x6, // below-equal enumerator
514 kX86CondNa = kX86CondBe, // not-above
/art/compiler/dex/quick/x86/
Dfp_x86.cc498 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondBe); in GenCmpFP()
Dint_x86.cc88 case kCondLs: return kX86CondBe; in X86ConditionEncoding()