blob: c13164d14371c2c664b1d1cc24d9d039319abcc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# cr16 testcase for addd $sr, regp
# mach(): cr16
.include "testutils.inc"
start
.global addd
addd:
movd $0x12345678,(r4,r3)
addd $0x44444444,(r4,r3)
test_h_grp "(r4,r3)", 0x56789abc
pass
|