Home
last modified time | relevance | path

Searched refs:opcode_modifier (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1107 if (t->opcode_modifier & D)
1109 if (t->opcode_modifier & W)
1445 && (~i.tm.opcode_modifier
1458 if (i.tm.opcode_modifier & FWait)
1463 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1486 if (i.tm.opcode_modifier & ImmExt)
1526 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)
1539 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1549 if ((i.tm.opcode_modifier & Rex64) != 0)
1645 && (current_templates->start->opcode_modifier & IsPrefix))
[all …]
Dtc-tic30.c1613 if (insn.tm->opcode_modifier == AddressMode) in md_assemble()
1711 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode)) in md_assemble()
1833 else if (insn.tm->opcode_modifier == PCRel) in md_assemble()
1913 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
1914 || insn.tm->opcode_modifier == Rotate) in md_assemble()
Dtc-i386.h204 unsigned int opcode_modifier; member
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic30-dis.c355 if (insn->tm->opcode_modifier == AddressMode) in print_two_operand()
416 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
660 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel)) in print_branch()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic30.h224 unsigned int opcode_modifier; member