Lines Matching defs:noPrefix
87 InstructionContext parent, bool noPrefix = true,
96 (noPrefix && inheritsFrom(child, IC_OPSIZE, noPrefix)) ||
98 (noPrefix && inheritsFrom(child, IC_XD, noPrefix)) ||
99 (noPrefix && inheritsFrom(child, IC_XS, noPrefix)));
102 (noPrefix && inheritsFrom(child, IC_64BIT_OPSIZE, noPrefix)) ||
104 (noPrefix && inheritsFrom(child, IC_64BIT_XD, noPrefix)) ||
105 (noPrefix && inheritsFrom(child, IC_64BIT_XS, noPrefix)));
110 return (noPrefix && inheritsFrom(child, IC_OPSIZE_ADSIZE, noPrefix));
114 return (noPrefix && inheritsFrom(child, IC_64BIT_OPSIZE_ADSIZE, noPrefix));
130 return ((noPrefix && inheritsFrom(child, IC_64BIT_REXW_XS, noPrefix)) ||
131 (noPrefix && inheritsFrom(child, IC_64BIT_REXW_XD, noPrefix)) ||
132 (noPrefix && inheritsFrom(child, IC_64BIT_REXW_OPSIZE, noPrefix)) ||
1113 const ModRMFilter &filter, InstrUID uid, bool is32bit, bool noPrefix,
1124 InstructionSpecifiers[uid].insnContext, noPrefix,