rac.cgs 298 B

1234567891011121314151617181920212223
  1. # m32r testcase for rac
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global rac
  6. rac:
  7. mvi_h_accum0 1, 0x4001
  8. rac
  9. test_h_accum0 2, 0x10000
  10. mvi_h_accum0 0x3fff, 0xffff4000
  11. rac
  12. test_h_accum0 0x7fff, 0xffff0000
  13. mvi_h_accum0 0xffff8000, 0
  14. rac
  15. test_h_accum0 0xffff8000, 0
  16. pass