mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
|
# arm testcase for cmp ${bit10-rd},#$offset8
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global cmp
|
||
|
cmp:
|
||
|
cmp r0,#0
|
||
|
|
||
|
# FIXME: Also: cmp $rd,$rs
|
||
|
|
||
|
pass
|