mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
x86: Fix typo in i386-dis-evex-mod.h
opcodes/ChangeLog: * i386-dis-evex-mod.h: Used MOD_EVEX_MAP4_F8_P_1/MOD_EVEX_MAP4_F8_P_3 instead of MOD_EVEX_MAP4_F8_P1/MOD_EVEX_MAP4_F8_P3.
This commit is contained in:
parent
f7b1fe8dc4
commit
0915235d34
@ -8,12 +8,12 @@
|
||||
{ "movbeS", { Mv, Gv }, PREFIX_NP_OR_DATA },
|
||||
{ "%NEmovbeS", { Ev, Gv }, PREFIX_NP_OR_DATA },
|
||||
},
|
||||
/* MOD_EVEX_MAP4_F8_P1 */
|
||||
/* MOD_EVEX_MAP4_F8_P_1 */
|
||||
{
|
||||
{ "enqcmds", { Gva, M }, 0 },
|
||||
{ VEX_W_TABLE (EVEX_W_MAP4_F8_P1_M_1) },
|
||||
},
|
||||
/* MOD_EVEX_MAP4_F8_P3 */
|
||||
/* MOD_EVEX_MAP4_F8_P_3 */
|
||||
{
|
||||
{ "enqcmd", { Gva, M }, 0 },
|
||||
{ VEX_W_TABLE (EVEX_W_MAP4_F8_P3_M_1) },
|
||||
|
Loading…
Reference in New Issue
Block a user