movxw.cgs 202 B

1234567891011121314151617
  1. # cr16 testcase for movw reg, regp
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start
  5. .global movw
  6. movw:
  7. movw $0x1234, r4
  8. movd $0, (r6,r5)
  9. movxw r4, (r6,r5)
  10. test_h_grp "(r6, r5)", 0x1234
  11. pass