aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/aarch64/illegal.s
blob: 43668c6db55ca40c4071d46155d81ec483de3bd9 (plain)
1
2
3
4
5
6
7
8
9
10
	# Test disassembly of illegal instructions.
	.text
	
	# ldpsw   x12, x6, [x6],#-8 ; illegal because one of the dest regs is also the address reg
	.inst 0x68ea18cc

	# illegal, resembles the opcode `ldapur' with invalid qualifier bits
	.inst 0x9dc39839

	# FIXME: Add more illegal instructions here.