From 22baa577c5ba34bc4e89b7019f2666ff7cee4b07 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 21 Mar 2021 03:19:51 -0700 Subject: add tsxldtrk does intel know no bounds --- test/long_mode/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') 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"); +} -- cgit v1.1