[PATCH] D112354: [NFC][X86] Add MC tests for all untested VIA PadLock instructions

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 17:58:00 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb432583d28ee: [NFC][X86] Add MC tests for all untested VIA PadLock instructions (authored by jrtc27).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112354/new/

https://reviews.llvm.org/D112354

Files:
  llvm/test/MC/X86/padlock.s


Index: llvm/test/MC/X86/padlock.s
===================================================================
--- llvm/test/MC/X86/padlock.s
+++ llvm/test/MC/X86/padlock.s
@@ -3,3 +3,27 @@
 	xstore
 // CHECK: xstore
 // CHECK: encoding: [0xf3,0x0f,0xa7,0xc0]
+	xcryptecb
+// CHECK: xcryptecb
+// CHECK: encoding: [0xf3,0x0f,0xa7,0xc8]
+	xcryptcbc
+// CHECK: xcryptcbc
+// CHECK: encoding: [0xf3,0x0f,0xa7,0xd0]
+	xcryptctr
+// CHECK: xcryptctr
+// CHECK: encoding: [0xf3,0x0f,0xa7,0xd8]
+	xcryptcfb
+// CHECK: xcryptcfb
+// CHECK: encoding: [0xf3,0x0f,0xa7,0xe0]
+	xcryptofb
+// CHECK: xcryptofb
+// CHECK: encoding: [0xf3,0x0f,0xa7,0xe8]
+	xsha1
+// CHECK: xsha1
+// CHECK: encoding: [0xf3,0x0f,0xa6,0xc8]
+	xsha256
+// CHECK: xsha256
+// CHECK: encoding: [0xf3,0x0f,0xa6,0xd0]
+	montmul
+// CHECK: montmul
+// CHECK: encoding: [0xf3,0x0f,0xa6,0xc0]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112354.381690.patch
Type: text/x-patch
Size: 843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211023/3d584c53/attachment.bin>


More information about the llvm-commits mailing list