URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [fsubd.cgs] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for fsub.d $drg, $drh, $drf -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
.global fsubd
init:
pta wrong, tr0
fsubd:
movi 9, r0
fmov.qd r0, dr0
float.qd dr0, dr0
movi 3, r0
fmov.qd r0, dr2
float.qd dr2, dr2
fsub.d dr0, dr2, dr4
movi 6, r0
fmov.qd r0, dr6
float.qd dr6, dr6
fcmpeq.d dr4, dr6, r7
bnei r7, 1, tr0
okay:
pass
wrong:
fail
Go to most recent revision | Compare with Previous | Blame | View Log