HomeSort by relevance Sort by last modified time
    Searched refs:opcode_modifier (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]
tc-i386-intel.c 637 && (current_templates->start->opcode_modifier.jump
638 || current_templates->start->opcode_modifier.jumpdword))
699 if (!current_templates->start->opcode_modifier.jump
700 && !current_templates->start->opcode_modifier.jumpdword)
721 if (current_templates->start->opcode_modifier.jump
722 || current_templates->start->opcode_modifier.jumpdword
723 || current_templates->start->opcode_modifier.jumpintersegment)
822 >= 2 - !current_templates->start->opcode_modifier.isstring)
832 if ((current_templates->start->opcode_modifier.jumpintersegment
833 || current_templates->start->opcode_modifier.jumpdwor
    [all...]
tc-tic30.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 353 if (insn->tm->opcode_modifier == AddressMode)
414 if (insn->tm->opcode_modifier == StackOp)
658 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel))
i386-opc.h 307 /* Position of opcode_modifier bits. */
834 /* the bits in opcode_modifier are used to generate the final opcode from
837 i386_opcode_modifier opcode_modifier; member in struct:insn_template
i386-gen.c 923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
940 /* Find opcode_modifier. */
941 opcode_modifier = next_field (str, ',', &str, last);
992 process_i386_opcode_modifier (table, opcode_modifier, lineno);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 221 /* 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: */
    [all...]

Completed in 588 milliseconds