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/] [ftrcsq.cgs] - Rev 373
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for ftrc.sq $frgh, $drf -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
init:
pta wrong, tr0
ftrcsq:
movi -9, r0
fmov.ls r0, fr0
float.ls fr0, fr0
ftrc.sq fr0, dr2
fmov.dq dr2, r1
bne r0, r1, tr0
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log