URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [compact/] [lds-fpul.cgs] - Rev 437
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