Searched refs:opcode_modifier (Results 1 – 12 of 12) sorted by relevance
1093 if (t->opcode_modifier & D)1095 if (t->opcode_modifier & W)1480 && (~i.tm.opcode_modifier1493 if (i.tm.opcode_modifier & FWait)1498 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)1521 if (i.tm.opcode_modifier & ImmExt)1561 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)1574 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))1584 if ((i.tm.opcode_modifier & Rex64) != 0)1680 && (current_templates->start->opcode_modifier & IsPrefix))[all …]
1607 if (insn.tm->opcode_modifier == AddressMode) in md_assemble()1705 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode)) in md_assemble()1827 else if (insn.tm->opcode_modifier == PCRel) in md_assemble()1907 else if (insn.tm->opcode_modifier == StackOp in md_assemble()1908 || insn.tm->opcode_modifier == Rotate) in md_assemble()
207 unsigned int opcode_modifier; member
1063 if (t->opcode_modifier & D)1065 if (t->opcode_modifier & W)1352 if (i.tm.opcode_modifier & FWait)1357 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)1380 if (i.tm.opcode_modifier & ImmExt)1420 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)1433 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))1443 if ((i.tm.opcode_modifier & Rex64) != 0)1536 && (current_templates->start->opcode_modifier & IsPrefix))1540 if ((current_templates->start->opcode_modifier & (Size16 | Size32))[all …]
430 if (insn.tm->opcode_modifier == AddressMode)519 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode))618 else if (insn.tm->opcode_modifier == PCRel)691 else if (insn.tm->opcode_modifier == StackOp || insn.tm->opcode_modifier == Rotate)
217 unsigned int opcode_modifier; member
248 if (insn->tm->opcode_modifier == AddressMode)308 if (insn->tm->opcode_modifier == StackOp)552 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel))
351 if (insn->tm->opcode_modifier == AddressMode) in print_two_operand()412 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()656 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel)) in print_branch()
224 unsigned int opcode_modifier; member
791 opcode_modifier defines.1651 (ImmExt): New flag. Renumber some of the opcode_modifier bits.1653 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem4093 opcode_modifier checks to look for more common cases first. Add4161 instruction check via new opcode_modifier flag.