mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Add test case for PR10851.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4cc40c001
commit
6a9795a457
4
test/MC/Disassembler/X86/invalid-VEX-vvvv.txt
Normal file
4
test/MC/Disassembler/X86/invalid-VEX-vvvv.txt
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user