Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Ddefs.h215 kCondHintLikely = 0x01, enumerator
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86assembler.cpp1277 …if ((hint & (kCondHintLikely | kCondHintUnlikely)) && (_properties & (1 << kX86PropertyJumpHints))) in _emitInstruction()
1279 if (hint & kCondHintLikely) in _emitInstruction()
H A Dx86compileritem.cpp1621 …ount > 1 && opData[1].isImm() && reinterpret_cast<Imm*>(&opData[1])->getValue() == kCondHintLikely) in X86CompilerJmpInst()