macuw.cgs 241 B

123456789101112131415
  1. # cr16 testcase for macuw reg, reg, (regp)
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start # REVIST to update testcase
  5. .global macuw
  6. macuw:
  7. movw $0x123,r3
  8. movw $0x456,r4
  9. macuw r3, r4, (r6,r5)
  10. test_h_grp "(r6,r5)", 0x4edc2
  11. pass