mullo.cgs 198 B

12345678910111213141516
  1. # m32r testcase for mullo $src1,$src2
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global mullo
  6. mullo:
  7. mvi_h_gr r4, 4
  8. mvi_h_gr r5, 5
  9. mullo r4, r5
  10. test_h_accum0 0, 0x140000
  11. pass