Add support to AArch64 disassembler for verifying instructions. Add verifier for...
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / illegal.s
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
7 # FIXME: Add more illegal instructions here.
This page took 0.032996 seconds and 4 git commands to generate.