diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-07-19 08:29:35 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-07-19 08:29:35 +0200 |
commit | 7091c612013ed63fedabc26b1662c87071e41fd6 (patch) | |
tree | 0e5ae7799562d136a06050ba4cdae2b05af23045 /opcodes/i386-opc.h | |
parent | c30be56ebf7989e36f5c7d4a703cb00f7d4ca2ab (diff) | |
download | gdb-7091c612013ed63fedabc26b1662c87071e41fd6.zip gdb-7091c612013ed63fedabc26b1662c87071e41fd6.tar.gz gdb-7091c612013ed63fedabc26b1662c87071e41fd6.tar.bz2 |
x86: fold various AVX512VL templates into their AVX512F counterparts
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 4f8cf24..cb7875d 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -569,7 +569,8 @@ enum /* Supress All Exceptions is supported. */ SAE, - /* Copressed Disp8*N attribute. */ + /* Compressed Disp8*N attribute. */ +#define DISP8_SHIFT_VL 7 Disp8MemShift, /* Default mask isn't allowed. */ |