add3.cgs 175 B

123456789101112131415
  1. # m32r testcase for add3 $dr,$sr,#$slo16
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global add3
  6. add3:
  7. mvi_h_gr r5, 1
  8. add3 r4, r5, 2
  9. test_h_gr r4, 3
  10. pass