Searched refs:opcode_modifier (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c1066 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
[all...]
H A Dtc-i386.h214 /* the bits in opcode_modifier are used to generate the final opcode from
217 unsigned int opcode_modifier; member in struct:__anon4365
219 /* opcode_modifier bits: */
H A 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)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c1096 if (t->opcode_modifier & D)
1098 if (t->opcode_modifier & W)
1484 && (~i.tm.opcode_modifier
1497 if (i.tm.opcode_modifier & FWait)
1502 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1525 if (i.tm.opcode_modifier & ImmExt)
1565 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)
1578 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1588 if ((i.tm.opcode_modifier & Rex64) != 0)
1684 && (current_templates->start->opcode_modifier
[all...]
H A Dtc-i386.h204 /* the bits in opcode_modifier are used to generate the final opcode from
207 unsigned int opcode_modifier; member in struct:__anon8
209 /* opcode_modifier bits: */
H A Dtc-tic30.c1607 if (insn.tm->opcode_modifier == AddressMode)
1705 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode))
1827 else if (insn.tm->opcode_modifier == PCRel)
1907 else if (insn.tm->opcode_modifier == StackOp
1908 || insn.tm->opcode_modifier == Rotate)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A 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-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic30-dis.c351 if (insn->tm->opcode_modifier == AddressMode)
412 if (insn->tm->opcode_modifier == StackOp)
656 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel))
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic30.h221 /* the bits in opcode_modifier are used to generate the final opcode from
224 unsigned int opcode_modifier; member in struct:_template
226 /* opcode_modifier bits: */
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic30.h221 /* the bits in opcode_modifier are used to generate the final opcode from
224 unsigned int opcode_modifier; member in struct:_template
226 /* opcode_modifier bits: */

Completed in 289 milliseconds