aboutsummaryrefslogtreecommitdiff
path: root/test/real_mode/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-03 17:56:19 +0000
committeriximeow <me@iximeow.net>2026-05-25 01:35:24 +0000
commit485851c914695e0884609c68e318d22fee1db9b8 (patch)
tree676cb0aed7fef203107f704cdcc74f74ec640649 /test/real_mode/mod.rs
parent351adb926722b626a3fdc85b4d42303d37678fd3 (diff)
more precision for vinsert/vextract/vblendv{ps,pd}
Diffstat (limited to 'test/real_mode/mod.rs')
-rw-r--r--test/real_mode/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/real_mode/mod.rs b/test/real_mode/mod.rs
index c81a8cd..72ccede 100644
--- a/test/real_mode/mod.rs
+++ b/test/real_mode/mod.rs
@@ -18291,6 +18291,7 @@ fn test_invalid_sequences() {
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x02, 0b11_001_010, 0x77]);
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x19, 0b11_001_010, 0x77]);
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x1d, 0b11_001_010, 0x77]);
+ test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x39, 0b11_001_010, 0x77]);
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x46, 0b11_001_010, 0x77]);
test_invalid(&[0xc4, 0b111_00010, 0b1_1111_001, 0x13, 0b11_001_010]);
test_invalid(&[0xc4, 0xe2, 0xf9, 0x58, 0xc1]);