From 470ddb9a0329a8f1823674bca2c108e012ca2780 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 17 Apr 2026 02:22:24 +0000 Subject: more precise about 0f0d prefetch/nop --- test/protected_mode/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/protected_mode/mod.rs') diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs index d5533cc..800c5ec 100644 --- a/test/protected_mode/mod.rs +++ b/test/protected_mode/mod.rs @@ -2500,6 +2500,8 @@ fn test_adx() { #[test] fn test_prefetchw() { test_display(&[0x0f, 0x0d, 0x08], "prefetchw zmmword [eax]"); + test_display(&[0x0f, 0x0d, 0x00], "nop zmmword [eax]"); + test_invalid(&[0x0f, 0x0d, 0xc0]); } #[test] -- cgit v1.1