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

/external/qemu/
H A Di386-dis.c268 #define PREFIX_REPZ 1 macro
3358 prefixes |= PREFIX_REPZ;
3759 if (!uses_REPZ_prefix && (prefixes & PREFIX_REPZ))
3762 used_prefixes |= PREFIX_REPZ;
3836 used_prefixes |= (prefixes & PREFIX_REPZ);
3837 if (prefixes & PREFIX_REPZ)
3841 /* We should check PREFIX_REPNZ and PREFIX_REPZ
6145 used_prefixes |= (prefixes & PREFIX_REPZ);
6146 if (prefixes & PREFIX_REPZ)
6162 used_prefixes |= (prefixes & PREFIX_REPZ);
[all...]
/external/qemu/target-i386/
H A Dtranslate.c37 #define PREFIX_REPZ 0x01 macro
2412 return ((prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) ? 8 : 0);
3097 else if (s->prefix & PREFIX_REPZ)
4072 prefixes |= PREFIX_REPZ;
4127 prefixes |= PREFIX_REPZ;
5948 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
5962 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
5974 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
5988 } else if (prefixes & PREFIX_REPZ) {
6004 } else if (prefixes & PREFIX_REPZ) {
[all...]

Completed in 91 milliseconds