summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/ppc/machine.s
blob: 3c6abfa70a35272a727aaa78d552d3fd93c63fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.machine "403"
	.text
	mtpid 0
	.machine push
	.machine "booke"
	mtpid 0
	.machine Any
	rfci
	attn
	sc
	rfsvc
	tlbiel 0
	blr
	.machine pop
	mtpid 0