[llvm-commits] [llvm] r81603 - /llvm/trunk/lib/Target/X86/X86InstrInfo.td
Sean Callanan
scallanan at apple.com
Fri Sep 11 19:52:42 PDT 2009
Author: spyffe
Date: Fri Sep 11 21:52:41 2009
New Revision: 81603
URL: http://llvm.org/viewvc/llvm-project?rev=81603&view=rev
Log:
Added the WAIT instruction to the Intel tables,
for the purposes of the disassembler.
Modified:
llvm/trunk/lib/Target/X86/X86InstrInfo.td
Modified: llvm/trunk/lib/Target/X86/X86InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86InstrInfo.td?rev=81603&r1=81602&r2=81603&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86InstrInfo.td (original)
+++ llvm/trunk/lib/Target/X86/X86InstrInfo.td Fri Sep 11 21:52:41 2009
@@ -839,6 +839,7 @@
def SYSEXIT : I<0x35, RawFrm,
(outs), (ins), "sysexit", []>, TB;
+def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", []>;
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list