old-cross-binutils/sim/testsuite/sim/m32r/or3.cgs
1999-04-16 01:35:26 +00:00

17 lines
189 B
Text

# m32r testcase for or3 $dr,$sr,#$ulo16
# mach(): m32r m32rx
.include "testutils.inc"
start
.global or3
or3:
mvi_h_gr r4, 0
mvi_h_gr r5, 6
or3 r4, r5, #3
test_h_gr r4, 7
pass