blob: 4c1b529cba6e99c73e6b47852f7599251bbed564 [file] [log] [blame]
# cr16 testcase for orw reg, reg
# mach(): cr16
.include "testutils.inc"
start
.global orw
orw:
movw $3, r4
movw $6, r5
orw r4, r5
test_h_gr r5, 7
pass