mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
19 lines
224 B
Plaintext
19 lines
224 B
Plaintext
|
# cr16 testcase for subd $sr,$dr
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global subd
|
||
|
subd:
|
||
|
|
||
|
movd $0x12345678, (r4,r3)
|
||
|
movd $0x11111111, (r6,r5)
|
||
|
|
||
|
subd (r6,r5), (r4,r3)
|
||
|
|
||
|
test_h_grp "(r4,r3)", 0x1234567
|
||
|
|
||
|
pass
|