]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/mips64r5900-elf/t-pabsw.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / t-pabsw.s
CommitLineData
52352d38
AC
1.include "t-macros.i"
2
3 start
4
5 load $8 0x8000000080000000 0xffffffffffffffff
6test_pabsw:
7 pabsw $10, $8
8 check10 0x7fffffff7fffffff 0x0000000100000001
9
10 exit0