summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/arm/arm7dm.s
blob: ee62e8c89346cf43fdbb954683c44015d5d32838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.text
	.align 0
l:
	smull	r0, r1, r2, r3
	umull	r0, r1, r2, r3
	smlal	r0, r1, r2, r3
	umlal	r0, r1, r4, r3

	smullne	r0, r1, r3, r4
	smulls	r1, r0, r9, r11
	umlaleqs r2, r9, r4, r9
	smlalge r14, r10, r8, r14

	@ This used to be illegal, but rev 2 of the ARM ARM allows it.
	msr	CPSR_x, #0

	@ padding for a.out's sake
	nop
	nop
	nop
OpenPOWER on IntegriCloud