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