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 \
8849 ins->prefixes |= PREFIX_REPZ;
9114 /* We check PREFIX_REPNZ and PREFIX_REPZ before PREFIX_DATA.
9115 When there are multiple PREFIX_REPNZ and PREFIX_REPZ, the
9117 if ((ins->prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) != 0)
9122 prefix = PREFIX_REPZ;
10146 /* If the mandatory PREFIX_REPZ/PREFIX_REPNZ/PREFIX_DATA prefix is
10149 PREFIX_REPZ/PREFIX_REPNZ fix, we check the PREFIX_DATA prefix
10155 & (PREFIX_REPZ | PREFIX_REPNZ)) != 0)
10157 & (PREFIX_REPZ | PREFIX_REPNZ)) == 0)
10161 & (PREFIX_REPZ | PREFIX_REPNZ | PREFIX_DATA))
13565 if (ins->prefixes & PREFIX_REPZ)
13819 if (ins->prefixes & PREFIX_REPZ)
13895 if (ins->prefixes & PREFIX_REPZ)
13913 if (ins->prefixes & PREFIX_REPZ)
13930 && (ins->prefixes & PREFIX_REPZ) != 0)
13949 if (ins->prefixes & PREFIX_REPZ)