diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 05:18:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 05:18:11 +0000 |
commit | 8c43a48b28ad8e92b3e788ae511844eea4f4a801 (patch) | |
tree | 06691241772e09572e9e10b3a09cc34349421e02 /opcodes/i386-opc.h | |
parent | 8cd7925b457188d333760956a2aa06d8aa302fb0 (diff) | |
download | gdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.zip gdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.tar.gz gdb-8c43a48b28ad8e92b3e788ae511844eea4f4a801.tar.bz2 |
Replace VEX2SOURCES with XOP2SOURCES.
gas/
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Check XOP2SOURCES
instead VEX2SOURCES.
opcodes/
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (VEX2SOURCES): Renamed to ...
(XOP2SOURCES): This.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 08fe068..afed367 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -307,11 +307,11 @@ enum /* insn has XOP 0x0A opcode prefix. */ XOP0A, /* number of VEX source operands: - 0: < 2 source operands. - 1: 2 source operands. + 0: <= 2 source operands. + 1: 2 XOP source operands. 2: 3 source operands. */ -#define VEX2SOURCES 1 +#define XOP2SOURCES 1 #define VEX3SOURCES 2 VexSources, /* instruction has VEX 8 bit imm */ |