Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c1599 if (!t->opcode_modifier.sse2avx|| sse2avx) in cpu_flags_match()
1800 if (t->opcode_modifier.jump in operand_size_match()
1801 || t->opcode_modifier.jumpbyte in operand_size_match()
1802 || t->opcode_modifier.jumpdword in operand_size_match()
1803 || t->opcode_modifier.jumpintersegment) in operand_size_match()
1827 else if (!t->opcode_modifier.d && !t->opcode_modifier.floatd) in operand_size_match()
2726 if (t->opcode_modifier.d) in pte()
2728 if (t->opcode_modifier.w) in pte()
3079 && i.tm.opcode_modifier.vexopcode == VEX0F in build_vex_prefix()
3080 && i.tm.opcode_modifier.s in build_vex_prefix()
[all …]
Dtc-i386-intel.c637 && (current_templates->start->opcode_modifier.jump in i386_intel_operand()
638 || current_templates->start->opcode_modifier.jumpdword)) in i386_intel_operand()
699 if (!current_templates->start->opcode_modifier.jump in i386_intel_operand()
700 && !current_templates->start->opcode_modifier.jumpdword) in i386_intel_operand()
721 if (current_templates->start->opcode_modifier.jump in i386_intel_operand()
722 || current_templates->start->opcode_modifier.jumpdword in i386_intel_operand()
723 || current_templates->start->opcode_modifier.jumpintersegment) in i386_intel_operand()
822 >= 2 - !current_templates->start->opcode_modifier.isstring) in i386_intel_operand()
832 if ((current_templates->start->opcode_modifier.jumpintersegment in i386_intel_operand()
833 || current_templates->start->opcode_modifier.jumpdword in i386_intel_operand()
[all …]
Dtc-tic30.c1605 if (insn.tm->opcode_modifier == AddressMode) in md_assemble()
1703 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode)) in md_assemble()
1825 else if (insn.tm->opcode_modifier == PCRel) in md_assemble()
1905 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
1906 || insn.tm->opcode_modifier == Rotate) in md_assemble()
/toolchain/binutils/binutils-2.25/opcodes/
Dtic30-dis.c353 if (insn->tm->opcode_modifier == AddressMode) in print_two_operand()
414 if (insn->tm->opcode_modifier == StackOp) in print_two_operand()
658 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel)) in print_branch()
Di386-gen.c923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local
941 opcode_modifier = next_field (str, ',', &str, last); in output_i386_opcode()
992 process_i386_opcode_modifier (table, opcode_modifier, lineno); in output_i386_opcode()
Di386-opc.h837 i386_opcode_modifier opcode_modifier; member
DChangeLog-2007753 process opcode_modifier. Call process_i386_operand_type to
894 i386_opcode_modifier for opcode_modifier, use
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic30.h224 unsigned int opcode_modifier; member
/toolchain/binutils/binutils-2.25/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.
DChangeLog-2007495 field in opcode_modifier for instruction with a implicit
2339 opcode_modifier and operand_types.
DChangeLog-2012987 when the template has opcode_modifier.repprefixok set.