orr.cgs 130 B

123456789101112
  1. # arm testcase for orr $rd,$rs
  2. # mach: unfinished
  3. .include "testutils.inc"
  4. start
  5. .global alu_orr
  6. alu_orr:
  7. orr r0,r0
  8. pass