URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [arm/] [mrs.cgs] - Rev 27
Go to most recent revision | Compare with Previous | Blame | View Log
# arm testcase for mrs$cond $rd,cpsr
# mach: unfinished
.include "testutils.inc"
start
.global mrs_c
mrs_c:
mrs0 pc,cpsr
pass
# arm testcase for mrs$cond $rd,spsr
# mach: unfinished
.include "testutils.inc"
start
.global mrs_s
mrs_s:
mrs0 pc,spsr
pass
Go to most recent revision | Compare with Previous | Blame | View Log