URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [arm/] [msr.cgs] - Rev 157
Go to most recent revision | Compare with Previous | Blame | View Log
# arm testcase for msr$cond cpsr,$rm
# mach: unfinished
.include "testutils.inc"
start
.global msr_c
msr_c:
msr0 cpsr,pc
pass
# arm testcase for msr$cond spsr,$rm
# mach: unfinished
.include "testutils.inc"
start
.global msr_s
msr_s:
msr0 spsr,pc
pass
Go to most recent revision | Compare with Previous | Blame | View Log