URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [fstxs.cgs] - Rev 373
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for fstx.s $rm, $rn, $frf -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
.global fstxs
fstxs:
movi 0x1020, r0
shlli r0, 8, r0
ori r0, 0x30, r0
shlli r0, 8, r0
ori r0, 0x40, r0
shlli r0, 8, r0
ori r0, 0x50, r0
shlli r0, 8, r0
ori r0, 0x60, r0
shlli r0, 8, r0
ori r0, 0x70, r0
shlli r0, 8, r0
ori r0, 0x80, r0
fmov.ls r0, fr0
movi 0x2800, r1
movi -8, r2
fstx.s r1, r2, fr0
okay:
pass
Go to most recent revision | Compare with Previous | Blame | View Log