ld24.cgs 167 B

1234567891011121314
  1. # m32r testcase for ld24 $dr,#$uimm24
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global ld24
  6. ld24:
  7. ld24 r4, #0x123456
  8. test_h_gr r4, 0x123456
  9. pass