diff options
Diffstat (limited to 'test/long_mode')
-rw-r--r-- | test/long_mode/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index dab4e91..1efa74e 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -2677,6 +2677,9 @@ fn prefixed_f20f() { fn prefixed_f30f() { test_display(&[0xf3, 0x0f, 0x16, 0xcf], "movshdup xmm1, xmm7"); test_display(&[0xf3, 0x4d, 0x0f, 0x16, 0xcf], "movshdup xmm9, xmm15"); + test_display(&[0xf3, 0x0f, 0x1e, 0xfa], "endbr64"); + test_display(&[0xf3, 0x0f, 0x1e, 0xfb], "endbr32"); + test_display(&[0xf3, 0x0f, 0x1e, 0xfc], "nop esp, edi"); } #[test] |