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

/external/qemu/target-i386/
H A Dtranslate.c40 #define PREFIX_REPZ 0x01 macro
2583 return ((prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) ? 8 : 0);
3296 else if (s->prefix & PREFIX_REPZ)
4303 prefixes |= PREFIX_REPZ;
4358 prefixes |= PREFIX_REPZ;
6165 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
6179 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
6191 if (prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) {
6205 } else if (prefixes & PREFIX_REPZ) {
6221 } else if (prefixes & PREFIX_REPZ) {
[all...]
/external/qemu/disas/
H A Di386.c268 #define PREFIX_REPZ 1 macro
3422 prefixes |= PREFIX_REPZ;
3823 if (!uses_REPZ_prefix && (prefixes & PREFIX_REPZ))
3826 used_prefixes |= PREFIX_REPZ;
3900 used_prefixes |= (prefixes & PREFIX_REPZ);
3901 if (prefixes & PREFIX_REPZ)
3905 /* We should check PREFIX_REPNZ and PREFIX_REPZ
6210 used_prefixes |= (prefixes & PREFIX_REPZ);
6211 if (prefixes & PREFIX_REPZ)
6227 used_prefixes |= (prefixes & PREFIX_REPZ);
[all...]

Completed in 75 milliseconds