1# cr16 testcase for lprd reg, preg 2# mach(): cr16 3 4 .include "testutils.inc" 5 6 start 7 8 .global lprd 9lprd: 10 movd $0x12345678,(r4,r3) 11 lprd (r4,r3), psr 12 13 sprd psr,(r6,r5) 14 15 16 test_h_grp "(r6,r5)", 0x12345678 17 18 pass 19