diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-04-22 22:27:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-04-22 22:27:13 +0000 |
commit | 81f8a9131af3c8077f577a91c73a8503a098b161 (patch) | |
tree | d782654578a7ed36feb902ff94b15b3aaab679ea /opcodes/i386-gen.c | |
parent | 0bcd01498323a6a1e57649094d06a76433bc1160 (diff) | |
download | gdb-81f8a9131af3c8077f577a91c73a8503a098b161.zip gdb-81f8a9131af3c8077f577a91c73a8503a098b161.tar.gz gdb-81f8a9131af3c8077f577a91c73a8503a098b161.tar.bz2 |
gas/
2008-04-22 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_assemble): Don't check SSE instructions
if noavx is 0.
opcodes/
2008-04-22 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Add NoAVX.
* i386-opc.h (NoAVX): New.
(OldGcc): Updated.
(i386_opcode_modifier): Add noavx.
* i386-opc.tbl: Add NoAVX to SSE, SSE2, SSE3 and SSSE3
instructions which don't have AVX equivalent.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 12c8bb9..8eaa089 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -326,6 +326,7 @@ static bitfield opcode_modifiers[] = BITFIELD (Vex3Sources), BITFIELD (VexImmExt), BITFIELD (SSE2AVX), + BITFIELD (NoAVX), BITFIELD (OldGcc), BITFIELD (ATTMnemonic), BITFIELD (ATTSyntax), |