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

15 lines
307 B
ArmAsm

.include "t-macros.i"
start
test_pmfhl_sh:
load $7 0x7fffffffffff0000 0xffffffff00007fff
load $8 0x0007ffffffffffff 0xffff00007fffffff
pmthi $7
pmtlo $8
nop
nop
pmfhl.sh $10 #Expectation:
check10 0x7fff80007fffffff 0xffff7fff80007fff
exit0