Searched refs:opcode_modifier (Results 1 – 11 of 11) sorted by relevance
1599 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 …]
637 && (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 …]
1605 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()
353 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()
923 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local941 opcode_modifier = next_field (str, ',', &str, last); in output_i386_opcode()992 process_i386_opcode_modifier (table, opcode_modifier, lineno); in output_i386_opcode()
837 i386_opcode_modifier opcode_modifier; member
753 process opcode_modifier. Call process_i386_operand_type to894 i386_opcode_modifier for opcode_modifier, use
224 unsigned int opcode_modifier; member
791 opcode_modifier defines.1651 (ImmExt): New flag. Renumber some of the opcode_modifier bits.1653 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem4093 opcode_modifier checks to look for more common cases first. Add4161 instruction check via new opcode_modifier flag.
495 field in opcode_modifier for instruction with a implicit2339 opcode_modifier and operand_types.
987 when the template has opcode_modifier.repprefixok set.