Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86util.cpp38 kX86InstJG,
H A Dx86defs.h1006 kX86InstJG, // X86/X64 (jcc) enumerator
H A Dx86assembler.h1170 …inline void jg (const Label& label, uint32_t hint = kCondHintNone) { _emitJcc(kX86InstJG , &labe…
1239 …g (const Label& label, uint32_t hint = kCondHintNone) { _emitShortJcc(kX86InstJG , &label, hint)…
H A Dx86defs.cpp1427 …INST(kX86InstJG , "jg" , G(Jcc) , F(Jump) , 0 …
H A Dx86compiler.h2001 …inline void jg (const Label& label, uint32_t hint = kCondHintNone) { _emitJcc(kX86InstJG , &labe…