13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
|
# arm testcase for cmp $rd,$hs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global cmp_rd_hs
|
||
|
cmp_rd_hs:
|
||
|
cmp r0,r8
|
||
|
|
||
|
pass
|