Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h256 kX86CondEq = kX86CondZ, // equal enumerator
/art/compiler/dex/quick/x86/
Dcall_x86.cc164 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondEq); in GenMonitorEnter()
Dint_x86.cc68 case kCondEq: return kX86CondEq; in X86ConditionEncoding()