aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-08-03 02:12:30 -0700
committeriximeow <me@iximeow.net>2020-08-09 01:38:57 -0700
commit10cb5c0461df0fc695a020246627f8d140c50b54 (patch)
tree64bc89d955fa637501d39fb8372b3be9b19d95b6 /test
parentc7caf34a152cc4103c1ba0e7a8da22ea340aaa3d (diff)
vinserti128
Diffstat (limited to 'test')
-rw-r--r--test/long_mode/mod.rs1
1 files changed, 1 insertions, 0 deletions
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]