aboutsummaryrefslogtreecommitdiff
path: root/test/protected_mode/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/protected_mode/mod.rs')
-rw-r--r--test/protected_mode/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs
index 8b5571d..752c9df 100644
--- a/test/protected_mode/mod.rs
+++ b/test/protected_mode/mod.rs
@@ -3118,6 +3118,11 @@ fn test_sevsnp() {
test_display(&[0xf2, 0x0f, 0x01, 0xfe], "rmpupdate");
}
+#[test]
+fn test_keylocker() {
+ test_display(&[0xf3, 0x0f, 0x38, 0xdd, 0x03], "aesdec128kl xmm0, m384b [ebx]");
+}
+
// some test cases are best just lifted from llvm or gcc.
#[test]
fn from_llvm() {