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

11 lines
248 B
ArmAsm

.include "t-macros.i"
start
test_pintoh:
load $8 0xffff1111ffff3333 0xffff5555ffff7777
load $9 0xffff2222ffff4444 0xffff6666ffff8888
pintoh $10,$8,$9 #Expectation:
check10 0x1111222233334444 0x5555666677778888
exit0