URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [fr30/] [ldres.cgs] - Rev 325
Go to most recent revision | Compare with Previous | Blame | View Log
# fr30 testcase for ldres $@Ri+,$u4
# mach(): fr30
.include "testutils.inc"
START
.text
.global ldres
ldres:
; Test ldres $@Ri+,$u4
; The current implementation simply increments Ri
mvi_h_gr 0x1000,r7
set_cc 0x0f ; Condition codes are irrelevent
ldres @r7+,0
test_cc 1 1 1 1
test_h_gr 0x1004,r7
mvi_h_gr 0x1000,r7
set_cc 0x0f ; Condition codes are irrelevent
ldres @r7+,0xf
test_cc 1 1 1 1
test_h_gr 0x1004,r7
pass
Go to most recent revision | Compare with Previous | Blame | View Log