sll3.cgs 200 B

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