mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
19 lines
204 B
Plaintext
19 lines
204 B
Plaintext
|
# m32r testcase for bgez $src2,$disp16
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global bgez
|
||
|
bgez:
|
||
|
mvi_h_gr r4, 1
|
||
|
bgez r4, ok
|
||
|
not_ok:
|
||
|
fail
|
||
|
ok:
|
||
|
mvi_h_gr r4, -1
|
||
|
bgez r4, not_ok
|
||
|
|
||
|
pass
|