diff options
author | iximeow <me@iximeow.net> | 2021-07-03 13:47:03 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-03 13:47:03 -0700 |
commit | 2b13f206b94e885dd3f58eac96357cb892ea1d1a (patch) | |
tree | cbb5f5937996c0c9cde1c55fbad5f3961e36a5a8 /test | |
parent | e02b7c2c5cfc5ff55f725b00039c8f81be8229f0 (diff) |
instructions with evex-coded registers may have registers other than 0
Diffstat (limited to 'test')
-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 974e141..6a45b38 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -3147,6 +3147,7 @@ fn test_x87() { #[test] fn test_mishegos_finds() { + test_display(&[0x62, 0x42, 0xd5, 0x9d, 0x97, 0xf6], "vfmsubadd132pd zmm30{k5}{z}{rne-sae}, zmm5, zmm14"); test_invalid(&[0x67, 0x66, 0x42, 0x0f, 0x01, 0xfe]); test_display(&[0x62, 0x52, 0x05, 0xff, 0xad, 0xfd], "vfnmadd213ss xmm15{k7}{z}{rz-sae}, xmm15, xmm13"); test_display(&[0x26, 0xf3, 0x0f, 0x3a, 0xf0, 0xc0, 0x24], "hreset 0x24"); |