Lines Matching refs:opcode_modifier

1066   if (t->opcode_modifier & D)
1068 if (t->opcode_modifier & W)
1356 if (i.tm.opcode_modifier & FWait)
1361 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1384 if (i.tm.opcode_modifier & ImmExt)
1424 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)
1437 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1447 if ((i.tm.opcode_modifier & Rex64) != 0)
1540 && (current_templates->start->opcode_modifier & IsPrefix))
1544 if ((current_templates->start->opcode_modifier & (Size16 | Size32))
1546 && (((current_templates->start->opcode_modifier & Size32) != 0)
1611 if (current_templates->start->opcode_modifier & (Jump | JumpByte))
1657 && !(current_templates->start->opcode_modifier & IsString))
2016 || (!(t->opcode_modifier & IgnoreSize)
2030 if ((t->opcode_modifier & suffix_check)
2032 && (t->opcode_modifier & IgnoreSize))
2066 if ((t->opcode_modifier & (D | FloatD)) == 0)
2084 found_reverse_match = t->opcode_modifier & (D | FloatDR);
2131 if ((t->opcode_modifier & (IsPrefix | IgnoreSize))
2194 if (i.tm.opcode_modifier & (Size16 | Size32 | Size64))
2196 if (i.tm.opcode_modifier & Size16)
2198 else if (i.tm.opcode_modifier & Size64)
2245 else if (intel_syntax && (i.tm.opcode_modifier & IgnoreSize))
2251 else if ((i.tm.opcode_modifier & DefaultSize) && !i.suffix)
2255 && (i.tm.opcode_modifier & No_qSuf))
2261 if (!i.suffix && (i.tm.opcode_modifier & W))
2270 if (i.tm.opcode_modifier & W)
2272 if (i.tm.opcode_modifier & ShortForm)
2282 && !(i.tm.opcode_modifier & IgnoreSize)
2285 && (i.tm.opcode_modifier & JumpByte))))
2289 if (i.tm.opcode_modifier & JumpByte) /* jcxz, loop */
2299 && (i.tm.opcode_modifier & NoRex64) == 0)
2304 if (i.tm.opcode_modifier & FloatMF)
2593 if (i.tm.opcode_modifier & regKludge)
2603 if (i.tm.opcode_modifier & ShortForm)
2611 if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)
2630 else if (i.tm.opcode_modifier & Modrm)
2638 else if (i.tm.opcode_modifier & (Seg2ShortForm | Seg3ShortForm))
2654 else if ((i.tm.opcode_modifier & IsString) != 0)
3014 if (i.tm.opcode_modifier & JumpByte)
3152 if (i.tm.opcode_modifier & Jump)
3154 else if (i.tm.opcode_modifier & (JumpByte | JumpDword))
3156 else if (i.tm.opcode_modifier & JumpInterSegment)
3231 if (i.tm.opcode_modifier & Modrm)
4159 && (current_templates->start->opcode_modifier & IsString) == 0)
5505 && (current_templates->start->opcode_modifier & IsString) == 0)
5789 if (current_templates->start->opcode_modifier & Jump
5790 || current_templates->start->opcode_modifier & JumpDword
5791 || current_templates->start->opcode_modifier & JumpByte
5792 || current_templates->start->opcode_modifier & JumpInterSegment)