summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/divmuls.s
blob: db60f8f49aaa73ac6aa303dbc0f248553fb553c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.h8300h
	.text
h8300h_div_mul:
	divxu.b r0l,r1
	divxu.w r0,er1
	divxs.b r0l,r1
	divxs.w r0,er1
	mulxu.b r0l,r1
	mulxu.w r0,er1
	mulxs.b r0l,r1
	mulxs.w r0,er1