diff options
author | Jan Beulich <jbeulich@novell.com> | 2017-12-18 09:37:15 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2017-12-18 09:37:15 +0100 |
commit | 10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0 (patch) | |
tree | 12dbdd0363c5e815b4b589d3e7e85a95f56d10a4 /opcodes/i386-opc.h | |
parent | 1b54b8d7e4fc8055f9220a5287e8a94d8a65a88d (diff) | |
download | gdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.zip gdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.tar.gz gdb-10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0.tar.bz2 |
x86: fold certain AVX and AVX2 templates
Just like for instructions in GPRs, there's no need to have separate
templates for otherwise identical insns acting on XMM or YMM registers
(or memory of the same size).
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 865da58..6d5044f 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -461,7 +461,7 @@ enum /* deprecated fp insn, gets a warning */ Ugh, /* insn has VEX prefix: - 1: 128bit VEX prefix. + 1: 128bit VEX prefix (or operand dependent). 2: 256bit VEX prefix. 3: Scalar VEX prefix. */ |