diff options
Diffstat (limited to 'sim/testsuite/mips64vr5900el-elf/t-pintoh.s')
-rw-r--r-- | sim/testsuite/mips64vr5900el-elf/t-pintoh.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/testsuite/mips64vr5900el-elf/t-pintoh.s b/sim/testsuite/mips64vr5900el-elf/t-pintoh.s deleted file mode 100644 index d2c5481..0000000 --- a/sim/testsuite/mips64vr5900el-elf/t-pintoh.s +++ /dev/null @@ -1,11 +0,0 @@ -.include "t-macros.i" - - start - -test_pintoh: - load $8 0xffff1111ffff3333 0xffff5555ffff7777 - load $9 0xffff2222ffff4444 0xffff6666ffff8888 - pintoh $10,$8,$9 #Expectation: - check10 0x1111222233334444 0x5555666677778888 - - exit0 |