Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-i386.c1093 if (t->opcode_modifier & D)
1095 if (t->opcode_modifier & W)
1480 && (~i.tm.opcode_modifier
1493 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 …]
Dtc-tic30.c1607 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()
Dtc-i386.h207 unsigned int opcode_modifier; member
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1063 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 …]
Dtc-tic30.c430 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)
Dtc-i386.h217 unsigned int opcode_modifier; member
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic30-dis.c248 if (insn->tm->opcode_modifier == AddressMode)
308 if (insn->tm->opcode_modifier == StackOp)
552 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel))
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dtic30-dis.c351 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()
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic30.h224 unsigned int opcode_modifier; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dtic30.h224 unsigned int opcode_modifier; member
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-9899791 opcode_modifier defines.
1651 (ImmExt): New flag. Renumber some of the opcode_modifier bits.
1653 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem
4093 opcode_modifier checks to look for more common cases first. Add
4161 instruction check via new opcode_modifier flag.
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-9899791 opcode_modifier defines.
1651 (ImmExt): New flag. Renumber some of the opcode_modifier bits.
1653 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem
4093 opcode_modifier checks to look for more common cases first. Add
4161 instruction check via new opcode_modifier flag.