]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/v850/arith.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / v850 / arith.s
CommitLineData
50f7abfa
JL
1
2 .text
3 .global arith_opcodes
4arith_opcodes:
5 add r5,r6
6 add 5,r6
7 addi 5,r5,r6
8 divh r5,r6
9 mulh r5,r6
10 mulh 5,r6
11 mulhi 5,r5,r6
12 sar r6,r6
13 sar 31,r6
14 satadd r5,r6
15 satadd 5,r6
16 satsub r5,r6
17 satsubi 5,r5,r6
18 satsubr r5,r6
19 shl r6,r6
20 shl 31,r6
21 shr r6,r6
22 shr 31,r6
23 sub r5,r6
24 subr r5,r6