old-cross-binutils/sim/testsuite/mips64vr5900el-elf/t-psubsw.s
1997-07-11 21:36:11 +00:00

11 lines
233 B
ArmAsm

.include "t-macros.i"
start
test_psubsw:
load $8 0x0123456800000000 0x89abcdf1ffffffff
load $9 0x0000000180000000 0x000000027fffffff
psubsw $10,$8,$9
check10 0x012345677fffffff 0x89abcdef80000000
exit0