Home
last modified time | relevance | path

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

/qemu/target/i386/emulate/
H A Dx86_decode.h26 PREFIX_LOCK = 0xf0, enumerator
H A Dx86_decode.c1835 case PREFIX_LOCK: in decode_prefix()
/qemu/target/i386/tcg/
H A Demit.c.inc1186 if (s->prefix & PREFIX_LOCK) {
1263 if (s->prefix & PREFIX_LOCK) {
1281 if (s->prefix & PREFIX_LOCK) {
1511 if (s->prefix & PREFIX_LOCK) {
1527 if (s->prefix & PREFIX_LOCK) {
1545 if (s->prefix & PREFIX_LOCK) {
1762 if (s->prefix & PREFIX_LOCK) {
1816 if (s->prefix & PREFIX_LOCK) {
1862 if (s->prefix & PREFIX_LOCK) {
1971 if (s->prefix & PREFIX_LOCK) {
[all …]
H A Ddecode-new.c.inc2026 if (op->n == 0 && (s->prefix & PREFIX_LOCK) &&
2029 s->prefix &= ~PREFIX_LOCK;
2565 s->prefix |= PREFIX_LOCK;
2626 | PREFIX_LOCK | PREFIX_DATA)) {
2754 s->prefix |= PREFIX_LOCK;
2801 if ((s->prefix & PREFIX_LOCK) && !accept_lock) {
2850 if (s->prefix & PREFIX_LOCK) {
H A Dtranslate.c48 #define PREFIX_LOCK 0x04 macro