Home
last modified time | relevance | path

Searched refs:PREFIX_REX (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/emulate/
H A Dx86_decode.h41 PREFIX_REX = 0x40, enumerator
H A Dx86_decode.c1861 case PREFIX_REX ... (PREFIX_REX + 0xf): in decode_prefix()
/qemu/target/i386/tcg/
H A Dtranslate.c52 #define PREFIX_REX 0x40 macro
215 #define REX_PREFIX(S) (((S)->prefix & PREFIX_REX) != 0)
H A Ddecode-new.c.inc2674 s->prefix |= PREFIX_REX;