Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.h41 PREFIX_REX = 0x40, enumerator
H A Dx86_decode.c1883 case PREFIX_REX ... (PREFIX_REX + 0xf): in decode_prefix()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c50 #define PREFIX_REX 0x40 macro
217 #define REX_PREFIX(S) (((S)->prefix & PREFIX_REX) != 0)
H A Ddecode-new.c.inc2589 s->prefix |= PREFIX_REX;
2621 | PREFIX_LOCK | PREFIX_DATA | PREFIX_REX)) {