From 10cb5c0461df0fc695a020246627f8d140c50b54 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 3 Aug 2020 02:12:30 -0700 Subject: vinserti128 --- test/long_mode/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/long_mode/mod.rs') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 1ff699e..a359a5c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1391,6 +1391,7 @@ fn test_vex() { test_instr(&[0xc5, 0xfd, 0xea, 0xd1], "vpminsw ymm2, ymm0, ymm1"); test_instr(&[0xc5, 0xfd, 0xee, 0xd9], "vpmaxsw ymm3, ymm0, ymm1"); test_instr(&[0xc4, 0xe3, 0x7d, 0x19, 0xd1, 0x01], "vextractf128 xmm1, ymm2, 0x1"); + test_instr(&[0xc4, 0xc3, 0x75, 0x38, 0x7c, 0x12, 0x05, 0x01], "vinserti128 ymm7, ymm1, [r10 + rdx * 1 + 0x5], 0x1"); } #[test] -- cgit v1.1