diff options
| author | iximeow <me@iximeow.net> | 2026-06-05 08:21:59 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-06-21 16:44:21 +0000 |
| commit | 953054bb2dd86fb54a320123373ba23c7e08c332 (patch) | |
| tree | 2412b59e3814def2578e5d250a3287e3ffddc46f /test/long_mode/mod.rs | |
| parent | b6f11f81169d6ee2743d1e696f46ebce98f0067c (diff) | |
fix mnemonics for prefetcht*
Diffstat (limited to 'test/long_mode/mod.rs')
| -rw-r--r-- | test/long_mode/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 4d20cf9..0342dd6 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -3219,9 +3219,9 @@ mod prefixed_0f { testcase!(&[0x0f, 0x17, 0x00], "movhps qword [rax], xmm0"), testcase!(&[0x0f, 0x18, 0xc0], "nop eax"), // capstone says invalid, xed says nop testcase!(&[0x0f, 0x18, 0x00], "prefetchnta zmmword [rax]"), - testcase!(&[0x0f, 0x18, 0x08], "prefetch0 zmmword [rax]"), - testcase!(&[0x0f, 0x18, 0x10], "prefetch1 zmmword [rax]"), - testcase!(&[0x0f, 0x18, 0x18], "prefetch2 zmmword [rax]"), + testcase!(&[0x0f, 0x18, 0x08], "prefetcht0 zmmword [rax]"), + testcase!(&[0x0f, 0x18, 0x10], "prefetcht1 zmmword [rax]"), + testcase!(&[0x0f, 0x18, 0x18], "prefetcht2 zmmword [rax]"), testcase!(&[0x0f, 0x18, 0x20], "nop zmmword [rax]"), testcase!(&[0x4f, 0x0f, 0x18, 0x20], "nop zmmword [r8]"), testcase!(&[0x0f, 0x18, 0xcc], "nop esp"), |
