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

17 lines
225 B
Text

# cr16 testcase for ord $imm32, regp
# mach(): cr16
.include "testutils.inc"
start
.global ord
ord:
movd $0x33333333, (r4,r3)
movd $0x66666666, (r6,r5)
ord (r4,r3), (r6,r5)
test_h_grp "(r6,r5)", 0x77777777
pass