data/method/gdb/gdb-12.1/sim/testsuite/m32r/blez.cgs

20 lines
224 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# m32r testcase for blez $src2,$disp16
# mach(): m32r m32rx
.include "testutils.inc"
start
.global blez
blez:
mvi_h_gr r4, 0
blez r4, test0pass
test1fail:
fail
test0pass:
mvi_h_gr r4, 1
blez r4, test1fail
pass