binutils-gdb/sim/testsuite/arm/thumb/cmp.cgs

15 lines
164 B
Plaintext
Raw Normal View History

2003-04-01 19:07:58 +08:00
# 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