Searched refs:PREFIX_LOCK (Results 1 - 2 of 2) sorted by relevance

/external/qemu/disas/
H A Di386.c270 #define PREFIX_LOCK 4 macro
3428 prefixes |= PREFIX_LOCK;
3834 if (!uses_LOCK_prefix && (prefixes & PREFIX_LOCK))
3837 used_prefixes |= PREFIX_LOCK;
5857 else if (address_mode != mode_64bit && (prefixes & PREFIX_LOCK))
5859 used_prefixes |= PREFIX_LOCK;
/external/qemu/target-i386/
H A Dtranslate.c42 #define PREFIX_LOCK 0x04 macro
4309 prefixes |= PREFIX_LOCK;
4364 prefixes |= PREFIX_LOCK;
4404 if (prefixes & PREFIX_LOCK)
5513 if (!(prefixes & PREFIX_LOCK))
5517 if (!(prefixes & PREFIX_LOCK))
6831 if (prefixes & PREFIX_LOCK) {
7698 if ((prefixes & (PREFIX_REPZ | PREFIX_LOCK | PREFIX_REPNZ)) !=
7737 if (s->prefix & PREFIX_LOCK)
7741 if (s->prefix & PREFIX_LOCK)
[all...]

Completed in 94 milliseconds