diff options
-rw-r--r-- | llvm/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt b/llvm/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt new file mode 100644 index 0000000..9feb54c --- /dev/null +++ b/llvm/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt @@ -0,0 +1,4 @@ +# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 |& grep {invalid instruction encoding} + +# This instruction would decode as movmskps if the vvvv field in the VEX prefix was all 1s. +0xc5 0xf0 0x50 0xc0 |