data/method/gdb/gdb-13.2/sim/testsuite/arm/thumb/cmp.cgs

15 lines
164 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +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