blob: 22c5e95af9548c6b73ba7b71d2b677976be0de25 [file] [log] [blame]
# 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