msr.cgs 270 B

123456789101112131415161718192021222324
  1. # arm testcase for msr$cond cpsr,$rm
  2. # mach: unfinished
  3. .include "testutils.inc"
  4. start
  5. .global msr_c
  6. msr_c:
  7. msr0 cpsr,pc
  8. pass
  9. # arm testcase for msr$cond spsr,$rm
  10. # mach: unfinished
  11. .include "testutils.inc"
  12. start
  13. .global msr_s
  14. msr_s:
  15. msr0 spsr,pc
  16. pass