mvtaclo.cgs 211 B

1234567891011121314151617
  1. # m32r testcase for mvtaclo $src1
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global mvtaclo
  6. mvtaclo:
  7. mvi_h_accum0 0, 0
  8. mvi_h_gr r4, 0x11223344
  9. mvtaclo r4
  10. test_h_accum0 0, 0x11223344
  11. pass