mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
18 lines
166 B
Plaintext
18 lines
166 B
Plaintext
|
# cr16 testcase for xor $dr,$sr
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global xor
|
||
|
xor:
|
||
|
movw $3, r4
|
||
|
movw $6, r5
|
||
|
|
||
|
xorw r4, r5
|
||
|
|
||
|
test_h_gr r5, 5
|
||
|
|
||
|
pass
|