mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
25 lines
270 B
Plaintext
25 lines
270 B
Plaintext
|
# 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
|