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

/vbox/src/recompiler/target-i386/
H A Dtranslate.c49 #define PREFIX_LOCK 0x04 macro
4463 prefixes |= PREFIX_LOCK;
4518 prefixes |= PREFIX_LOCK;
4557 if (prefixes & PREFIX_LOCK)
4560 if (prefixes & PREFIX_LOCK) {
5464 if (prefixes & PREFIX_LOCK)
5683 if (!(prefixes & PREFIX_LOCK))
5687 if (!(prefixes & PREFIX_LOCK))
7052 if (prefixes & PREFIX_LOCK) {
7843 if ((prefixes & PREFIX_LOCK)
[all...]

Completed in 78 milliseconds