diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-07-31 10:52:37 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-07-31 10:52:37 +0200 |
commit | e951d5ca3d73cfd71a002b91c16d6036240213e6 (patch) | |
tree | 4a50194d41a7ba0f6032ec8fdd8293df0db5655a /opcodes/i386-opc.h | |
parent | ef6ba1ed0d7831c35cd241c382ed3026c156b641 (diff) | |
download | gdb-e951d5ca3d73cfd71a002b91c16d6036240213e6.zip gdb-e951d5ca3d73cfd71a002b91c16d6036240213e6.tar.gz gdb-e951d5ca3d73cfd71a002b91c16d6036240213e6.tar.bz2 |
x86: drop CpuVREX
It is fully redundant with CpuAVX512F.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 25d8d27..e50097a 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -174,8 +174,6 @@ enum CpuSMAP, /* SHA instructions required. */ CpuSHA, - /* VREX support required */ - CpuVREX, /* CLFLUSHOPT instruction required */ CpuClflushOpt, /* XSAVES/XRSTORS instruction required */ @@ -329,7 +327,6 @@ typedef union i386_cpu_flags unsigned int cpuprfchw:1; unsigned int cpusmap:1; unsigned int cpusha:1; - unsigned int cpuvrex:1; unsigned int cpuclflushopt:1; unsigned int cpuxsaves:1; unsigned int cpuxsavec:1; |