URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [compact/] [lds-fpul.cgs] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
# sh testcase for lds $rn, fpul -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global lds_fpul
lds_fpul:
mov #63, r0
shll8 r0
add #128, r0
shll16 r0
lds r0, fpul
pass
Go to most recent revision | Compare with Previous | Blame | View Log