From da67f024060e36b016c2554fdca91a2a70ece235 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2020 02:00:16 -0700 Subject: vpsrlq --- 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 7293b29..686ba6b 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1386,6 +1386,7 @@ fn test_vex() { test_instr_invalid(&[0xc4, 0xe3, 0xf9, 0x14, 0x00, 0xd0]); test_instr_invalid(&[0xc4, 0xe3, 0xf9, 0x14, 0x00, 0x0a]); test_instr(&[0xc5, 0xed, 0x71, 0xd0, 0x04], "vpsrlw ymm2, ymm0, 0x4"); + test_instr(&[0xc5, 0xed, 0x73, 0xd4, 0x20], "vpsrlq ymm2, ymm4, 0x20"); test_instr(&[0xc4, 0xe3, 0xfd, 0x00, 0xc1, 0xa8], "vpermq ymm0, ymm1, 0xa8"); test_instr(&[0xc5, 0xfd, 0xea, 0xd1], "vpminsw ymm2, ymm0, ymm1"); test_instr(&[0xc5, 0xfd, 0xee, 0xd9], "vpmaxsw ymm3, ymm0, ymm1"); -- cgit v1.1