mvfaclo.cgs 215 B

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