* gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / divmulh.s
1 .h8300h
2 .text
3 h8300h_div_mul:
4 divxu.b r0l,r1
5 divxu.w r0,er1
6 divxs.b r0l,r1
7 divxs.w r0,er1
8 mulxu.b r0l,r1
9 mulxu.w r0,er1
10 mulxs.b r0l,r1
11 mulxs.w r0,er1
12
This page took 0.031177 seconds and 5 git commands to generate.