blob: 3005a98594b68cbbdf50cb7c79abf5c293292bee [file] [log] [blame]
# cr16 testcase for mul $dr,$sr
# mach(): cr16
.include "testutils.inc"
start
.global mul
mul:
movw $0xfff,r4 # fix for 0xffff
movd $0xffffffff,(r6,r5)
muluw r4, (r6,r5)
test_h_grp "(r6,r5)", 0xfffff001
pass