Home
last modified time | relevance | path

Searched refs:PREFIX_OPCODE (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c332 #define PREFIX_OPCODE (PREFIX_REPZ \ macro
2089 { "unpcklpX", { XM, EXx }, PREFIX_OPCODE },
2090 { "unpckhpX", { XM, EXx }, PREFIX_OPCODE },
2112 { "movapX", { XM, EXx }, PREFIX_OPCODE },
2113 { "movapX", { EXxS, XM }, PREFIX_OPCODE },
2130 { THREE_BYTE_TABLE_PREFIX (THREE_BYTE_0F38, PREFIX_OPCODE) },
2132 { THREE_BYTE_TABLE_PREFIX (THREE_BYTE_0F3A, PREFIX_OPCODE) },
2161 { "andpX", { XM, EXx }, PREFIX_OPCODE },
2162 { "andnpX", { XM, EXx }, PREFIX_OPCODE },
2163 { "orpX", { XM, EXx }, PREFIX_OPCODE },
[all …]
H A Di386-dis-evex.h27 { "vunpcklpX", { XM, Vex, EXx }, PREFIX_OPCODE },
28 { "vunpckhpX", { XM, Vex, EXx }, PREFIX_OPCODE },
50 { "vmovapX", { XM, EXx }, PREFIX_OPCODE },
51 { "vmovapX", { EXxS, XM }, PREFIX_OPCODE },
99 { "vandpX", { XM, Vex, EXx }, PREFIX_OPCODE },
100 { "vandnpX", { XM, Vex, EXx }, PREFIX_OPCODE },
101 { "vorpX", { XM, Vex, EXx }, PREFIX_OPCODE },
102 { "vxorpX", { XM, Vex, EXx }, PREFIX_OPCODE },
227 { "vshufpX", { XM, Vex, EXx, Ib }, PREFIX_OPCODE },
H A Di386-dis-evex-prefix.h64 { "vcmppX", { MaskG, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
66 { "vcmppX", { MaskG, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
H A DChangeLog-2015994 (PREFIX_OPCODE): Likewise.
997 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
1002 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
H A DChangeLog1061 (prefix_table): Replace PREFIX_OPCODE in nop entries.
1066 PREFIX_OPCODE from endbr* entries.
H A DChangeLog-20201246 Retain X macro and PREFIX_OPCODE use from tjhe EVEX table for
1947 (mod_table): Use X for movlpX and movhpX. Drop PREFIX_OPCODE
2014 * i386-dis.c (vex_table): Use PREFIX_OPCODE for vunpcklpX,
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c408 #define PREFIX_OPCODE (PREFIX_REPZ \ macro
2157 { "movlpX", { Mq, XM }, PREFIX_OPCODE },
2158 { "unpcklpX", { XM, EXx }, PREFIX_OPCODE },
2159 { "unpckhpX", { XM, EXx }, PREFIX_OPCODE },
2161 { "movhpX", { Mq, XM }, PREFIX_OPCODE },
2181 { "movapX", { XM, EXx }, PREFIX_OPCODE },
2182 { "movapX", { EXxS, XM }, PREFIX_OPCODE },
2226 { "movmskpX", { Gdq, Ux }, PREFIX_OPCODE },
2230 { "andpX", { XM, EXx }, PREFIX_OPCODE },
2231 { "andnpX", { XM, EXx }, PREFIX_OPCODE },
[all …]
H A Di386-dis-evex.h27 { "%XEvunpcklpX", { XM, Vex, EXx }, PREFIX_OPCODE },
28 { "%XEvunpckhpX", { XM, Vex, EXx }, PREFIX_OPCODE },
50 { "%XEvmovapX", { XM, EXx }, PREFIX_OPCODE },
51 { "%XEvmovapX", { EXxS, XM }, PREFIX_OPCODE },
53 { "%XEvmovntpX", { Mx, XM }, PREFIX_OPCODE },
99 { "%XEvandpX", { XM, Vex, EXx }, PREFIX_OPCODE },
100 { "%XEvandnpX", { XM, Vex, EXx }, PREFIX_OPCODE },
101 { "%XEvorpX", { XM, Vex, EXx }, PREFIX_OPCODE },
102 { "%XEvxorpX", { XM, Vex, EXx }, PREFIX_OPCODE },
227 { "%XEvshufpX", { XM, Vex, EXx, Ib }, PREFIX_OPCODE },
H A Di386-dis-evex-prefix.h64 { "vcmppX", { MaskG, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
66 { "vcmppX", { MaskG, Vex, EXx, EXxEVexS, CMP }, PREFIX_OPCODE },
H A DChangeLog-2015994 (PREFIX_OPCODE): Likewise.
997 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
1002 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
H A DChangeLog1220 (prefix_table): Replace PREFIX_OPCODE in nop entries.
1225 PREFIX_OPCODE from endbr* entries.
H A DChangeLog-20201246 Retain X macro and PREFIX_OPCODE use from tjhe EVEX table for
1947 (mod_table): Use X for movlpX and movhpX. Drop PREFIX_OPCODE
2014 * i386-dis.c (vex_table): Use PREFIX_OPCODE for vunpcklpX,
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2015994 (PREFIX_OPCODE): Likewise.
997 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
1002 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2015994 (PREFIX_OPCODE): Likewise.
997 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
1002 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
H A DChangeLog-20201246 Retain X macro and PREFIX_OPCODE use from tjhe EVEX table for
1947 (mod_table): Use X for movlpX and movhpX. Drop PREFIX_OPCODE
2014 * i386-dis.c (vex_table): Use PREFIX_OPCODE for vunpcklpX,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git39360 While there add the previously missing PREFIX_OPCODE to legacy opcode
39406 Also adjust formatting of and drop PREFIX_OPCODE from a few adjacent
95618 Where applicable drop stray uses of PREFIX_OPCODE from table entries.