Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/m32r/seth.cgs
2023-03-06 14:48:14 +01:00

20 lines
267 B
Text

# m32r testcase for seth $dr,#$hi16
# mach(): m32r m32rx
.include "testutils.inc"
start
.global seth
seth:
seth r4, #0x1234
; do not use test_h_gr macro since this uses seth
srli r4, #16
ld24 r5, #0x1234
beq r4, r5, ok
fail
ok:
pass