diff options
author | iximeow <me@iximeow.net> | 2021-03-21 03:19:51 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-03-21 03:19:51 -0700 |
commit | 22baa577c5ba34bc4e89b7019f2666ff7cee4b07 (patch) | |
tree | 6f24d944f447f8a28d9f1d2f6a1f2ee2f776a604 /test/long_mode/mod.rs | |
parent | d7b07d3eb6e6dc614fbc13cb66b951cb93daec44 (diff) |
add tsxldtrk
does intel know no bounds
Diffstat (limited to 'test/long_mode/mod.rs')
-rw-r--r-- | test/long_mode/mod.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 8110d44..1895f6e 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -2377,3 +2377,9 @@ fn test_tdx() { test_display(&[0x66, 0x0f, 0x01, 0xce], "seamops"); test_display(&[0x66, 0x0f, 0x01, 0xcf], "seamcall"); } + +#[test] +fn test_tsxldtrk() { + test_display(&[0xf2, 0x0f, 0x01, 0xe8], "xsusldtrk"); + test_display(&[0xf2, 0x0f, 0x01, 0xe9], "xresldtrk"); +} |