From 723cbb61c1a8a7aa03fa4e2fc9081c5eb16f53e8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 4 Jul 2021 15:03:30 -0700 Subject: support avx512 registers >=16 --- test/long_mode/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/long_mode/mod.rs') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index de65a97..4868f39 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1421,6 +1421,9 @@ fn test_misc() { #[test] fn evex() { + test_display(&[0x62, 0xe1, 0x7c, 0x00, 0x14, 0x0a], "vunpcklps xmm17, xmm16, xmmword [rdx]"); + test_display(&[0x62, 0xe1, 0x7c, 0x08, 0x14, 0x0a], "vunpcklps xmm17, xmm0, xmmword [rdx]"); + test_display(&[0x62, 0x01, 0x7c, 0x00, 0x14, 0xca], "vunpcklps xmm25, xmm16, xmm26"); test_display(&[0x62, 0xf2, 0x7d, 0x48, 0x2a, 0x44, 0x40, 0x01], "vmovntdqa zmm0, zmmword [rax + rax * 2 + 0x40]"); test_display(&[0x62, 0xf2, 0x7d, 0x08, 0x2a, 0x44, 0x40, 0x01], "vmovntdqa xmm0, xmmword [rax + rax * 2 + 0x10]"); test_invalid(&[0x62, 0xf2, 0x7d, 0x1d, 0x66, 0x50, 0x01, 0x11]); -- cgit v1.1