diff options
author | iximeow <me@iximeow.net> | 2020-08-03 01:44:11 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-09 01:38:57 -0700 |
commit | 37c43412cbdd7c5da1da2ee17c241d44e9720ae2 (patch) | |
tree | 14a8ffbdfa727749d2a141c13c35805e5d5e49db /test/long_mode | |
parent | 5603d0578982d2b8275bc1fa0538ccd97ba35fd0 (diff) |
vpsrlw avx
Diffstat (limited to 'test/long_mode')
-rw-r--r-- | test/long_mode/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 4b77eb0..3d9a22c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -1385,6 +1385,7 @@ fn test_vex() { test_instr(&[0xc4, 0xe3, 0x79, 0x14, 0x10, 0x0a], "vpextrb [rax], xmm2, 0xa"); 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] |