From da8501f8463a106aec2d4389d71ab86add23a51a Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 21 Mar 2021 02:58:09 -0700 Subject: add missing vpmaxuw, remove nonsense avx mov --- test/long_mode/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index fff10a2..fa2e11d 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1550,6 +1550,7 @@ fn test_vex() { test_instr(&[0xc5, 0xe1, 0x55, 0x03], "vandnps xmm0, xmm3, [rbx]"); test_instr(&[0xc5, 0xe0, 0x56, 0x03], "vorpd xmm0, xmm3, [rbx]"); test_instr(&[0xc5, 0xe1, 0x56, 0x03], "vorps xmm0, xmm3, [rbx]"); + test_instr(&[0xc4, 0xa2, 0x15, 0x3e, 0x14, 0xb9], "vpmaxuw ymm2, ymm13, [rcx + r15 * 4]"); } #[test] -- cgit v1.1