]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/testsuite/binutils-all/aarch64/illegal.s
aarch64: Remove asserts from operand qualifier decoders [PR31595]
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / illegal.s
CommitLineData
4bd13cde
NC
1 # Test disassembly of illegal instructions.
2 .text
3
4 # ldpsw x12, x6, [x6],#-8 ; illegal because one of the dest regs is also the address reg
5 .inst 0x68ea18cc
6
5b1c70bf
VDN
7 # illegal, resembles the opcode `ldapur' with invalid qualifier bits
8 .inst 0x9dc39839
9
4bd13cde 10 # FIXME: Add more illegal instructions here.