mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
18 lines
173 B
Plaintext
18 lines
173 B
Plaintext
|
# m32r testcase for or $dr,$sr
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global or
|
||
|
or:
|
||
|
mvi_h_gr r4, 3
|
||
|
mvi_h_gr r5, 6
|
||
|
|
||
|
or r4, r5
|
||
|
|
||
|
test_h_gr r4, 7
|
||
|
|
||
|
pass
|