mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
|
# 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
|