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

15 lines
236 B
Text

# cr16 testcase for macqw reg, (regp)
# mach(): cr16
.include "testutils.inc"
start # REVIST to update testcase
.global macqw
macqw:
movw $0x123,r3
movw $0x456,r4
macqw r3, r4, (r6,r5)
test_h_grp "(r6,r5)", 0x4edc2
pass