aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFormats.td
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-02-18 08:19:49 +0000
committerCraig Topper <craig.topper@gmail.com>2012-02-18 08:19:49 +0000
commit9e3d0b335111b2df73984a6cfd9ef1cd5d323872 (patch)
tree008e8d738626d7336b6a16aef4cf54a5cf0016b3 /lib/Target/X86/X86InstrFormats.td
parent0a85771de8abb4bb25f655f13a1ae429cd99e299 (diff)
downloadexternal_llvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.zip
external_llvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.tar.gz
external_llvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.tar.bz2
Add X86 assembler and disassembler support for AMD SVM instructions. Original patch by Kay Tiong Khoo. Few tweaks by me for code density and to reduce replication.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrFormats.td')
-rw-r--r--lib/Target/X86/X86InstrFormats.td8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td
index ecb1fc8..dc4cb3b 100644
--- a/lib/Target/X86/X86InstrFormats.td
+++ b/lib/Target/X86/X86InstrFormats.td
@@ -43,6 +43,14 @@ def RawFrmImm8 : Format<43>;
def RawFrmImm16 : Format<44>;
def MRM_D0 : Format<45>;
def MRM_D1 : Format<46>;
+def MRM_D8 : Format<47>;
+def MRM_D9 : Format<48>;
+def MRM_DA : Format<49>;
+def MRM_DB : Format<50>;
+def MRM_DC : Format<51>;
+def MRM_DD : Format<52>;
+def MRM_DE : Format<53>;
+def MRM_DF : Format<54>;
// ImmType - This specifies the immediate type used by an instruction. This is
// part of the ad-hoc solution used to emit machine instruction encodings by our