summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2009-09-12 02:52:41 +0000
committerSean Callanan <scallanan@apple.com>2009-09-12 02:52:41 +0000
commit57dba6768eff848f52fcf23141a2af3ffa31873d (patch)
treef429910ee4ca24edbf8b0174783137c4f3e7cd3f /llvm
parentf8e94f2008c78c498ee7e11053b8141cbc2468d4 (diff)
downloadbcm5719-llvm-57dba6768eff848f52fcf23141a2af3ffa31873d.tar.gz
bcm5719-llvm-57dba6768eff848f52fcf23141a2af3ffa31873d.zip
Added the WAIT instruction to the Intel tables,
for the purposes of the disassembler. llvm-svn: 81603
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index fbb5fa938ef..d03b29f9db8 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -839,6 +839,7 @@ def SYSENTER : I<0x34, RawFrm,
def SYSEXIT : I<0x35, RawFrm,
(outs), (ins), "sysexit", []>, TB;
+def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", []>;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud