projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f8f462
)
Added the WAIT instruction to the Intel tables,
author
Sean Callanan
<scallanan@apple.com>
Sat, 12 Sep 2009 02:52:41 +0000
(
02:52
+0000)
committer
Sean Callanan
<scallanan@apple.com>
Sat, 12 Sep 2009 02:52:41 +0000
(
02:52
+0000)
for the purposes of the disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81603
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index fbb5fa938efd722e669c76be1233fbafb7773f4e..d03b29f9db8e3ff6f66252ce73320e9169133b25 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.td
+++ b/
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", []>;
//===----------------------------------------------------------------------===//