aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-08-03 01:55:36 -0700
committeriximeow <me@iximeow.net>2020-08-09 01:38:57 -0700
commitb71ce923b78c1535dd3b1512bb9edad28a9808ce (patch)
tree4cecabd0cdad482b6105946da8afb39017aeb917 /test/long_mode/mod.rs
parent97f1c7e15a35df264dae91d76660db4762bd5d25 (diff)
vpminsw
Diffstat (limited to 'test/long_mode/mod.rs')
-rw-r--r--test/long_mode/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 67b2b66..7293b29 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -1387,6 +1387,8 @@ fn test_vex() {
test_instr_invalid(&[0xc4, 0xe3, 0xf9, 0x14, 0x00, 0x0a]);
test_instr(&[0xc5, 0xed, 0x71, 0xd0, 0x04], "vpsrlw ymm2, ymm0, 0x4");
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");
}
#[test]