16 lines
202 B
Text
16 lines
202 B
Text
# cr16 testcase for movd $imm32, regp
|
|
# mach(): cr16
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global movd
|
|
movd:
|
|
movd $0x12345678, (r4,r3)
|
|
|
|
movd (r4,r3), (r6,r5)
|
|
|
|
test_h_grp "(r6,r5)", 0x12345678
|
|
|
|
pass
|