aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-05-09 06:49:01 +0000
committerJan Beulich <jbeulich@novell.com>2005-05-09 06:49:01 +0000
commite44823cfe5be5913ed4f7d2fba28f4a07d280da7 (patch)
treea0eecf4aab42280036057cadbb627d87411854b5 /include/opcode/i386.h
parent089dfecdde9d6ef28dc2131603dab78e0668c32f (diff)
downloadgdb-e44823cfe5be5913ed4f7d2fba28f4a07d280da7.zip
gdb-e44823cfe5be5913ed4f7d2fba28f4a07d280da7.tar.gz
gdb-e44823cfe5be5913ed4f7d2fba28f4a07d280da7.tar.bz2
gas/
2005-05-09 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (parse_insn): Disallow use of prefix separator and comma in Intel mode. include/opcode/ 2005-05-09 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Add ht and hnt.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index a64ba4a..2b8c8b5 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -876,6 +876,8 @@ static const template i386_optab[] =
{"repz", 0, 0xf3, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
{"repne", 0, 0xf2, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
{"repnz", 0, 0xf2, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
+{"ht", 0, 0x3e, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
+{"hnt", 0, 0x2e, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
{"rex", 0, 0x40, X, Cpu64, NoSuf|IsPrefix, { 0, 0, 0} },
{"rexz", 0, 0x41, X, Cpu64, NoSuf|IsPrefix, { 0, 0, 0} },
{"rexy", 0, 0x42, X, Cpu64, NoSuf|IsPrefix, { 0, 0, 0} },