Lines Matching defs:PREFIX_REPZ
314 #define PREFIX_REPZ 1
405 #define PREFIX_IGNORED_REPZ (PREFIX_REPZ << PREFIX_IGNORED_SHIFT)
413 #define PREFIX_OPCODE (PREFIX_REPZ \
8810 ins->prefixes |= PREFIX_REPZ;
9075 /* We check PREFIX_REPNZ and PREFIX_REPZ before PREFIX_DATA.
9076 When there are multiple PREFIX_REPNZ and PREFIX_REPZ, the
9078 if ((ins->prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) != 0)
9083 prefix = PREFIX_REPZ;
10107 /* If the mandatory PREFIX_REPZ/PREFIX_REPNZ/PREFIX_DATA prefix is
10110 PREFIX_REPZ/PREFIX_REPNZ fix, we check the PREFIX_DATA prefix
10116 & (PREFIX_REPZ | PREFIX_REPNZ)) != 0)
10118 & (PREFIX_REPZ | PREFIX_REPNZ)) == 0)
10122 & (PREFIX_REPZ | PREFIX_REPNZ | PREFIX_DATA))
13526 if (ins->prefixes & PREFIX_REPZ)
13780 if (ins->prefixes & PREFIX_REPZ)
13856 if (ins->prefixes & PREFIX_REPZ)
13874 if (ins->prefixes & PREFIX_REPZ)
13891 && (ins->prefixes & PREFIX_REPZ) != 0)
13910 if (ins->prefixes & PREFIX_REPZ)