mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
|
# RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | grep "invalid instruction encoding"
|
||
|
|
||
|
# invalid imm4 value (0b1xxx)
|
||
|
# A8.8.316: if Q == '0' && imm4<3> == '1' then UNDEFINED;
|
||
|
0x8f 0xf9 0xf7 0xf2
|