Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c1392 if (t->opcode_modifier & D) in pte()
1394 if (t->opcode_modifier & W) in pte()
1785 && (~i.tm.opcode_modifier
1798 if (i.tm.opcode_modifier & FWait)
1803 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1826 if (i.tm.opcode_modifier & ImmExt)
1869 else if (!quiet_warnings && (i.tm.opcode_modifier & Ugh) != 0)
1882 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1892 if ((i.tm.opcode_modifier & Rex64) != 0)
1987 && (current_templates->start->opcode_modifier & IsPrefix)) in parse_insn()
[all …]
/NextBSD/contrib/binutils/opcodes/
HDi386-gen.c105 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in process_i386_opcodes() local
172 opcode_modifier = next_field (str, &str); in process_i386_opcodes()
224 printf (" %s,\n", opcode_modifier); in process_i386_opcodes()
HDi386-opc.h97 unsigned int opcode_modifier; member
/NextBSD/contrib/binutils/gas/
HDChangeLog-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.
HDChangeLog998 opcode_modifier and operand_types.