mvfc.cgs 235 B

1234567891011121314151617181920212223
  1. # m32r testcase for mvfc $dr,$scr
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global mvfc
  6. mvfc:
  7. mvi_h_condbit 0
  8. mvi_h_gr r4, 1
  9. mvfc r4, cr1
  10. test_h_gr r4, 0
  11. mvi_h_condbit 1
  12. mvfc r4, cr1
  13. test_h_gr r4, 1
  14. pass