xord.cgs 221 B

1234567891011121314151617
  1. # cr16 testcase for xor $dr,$sr
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start
  5. .global xor
  6. xor:
  7. movd $0x33333333, (r4,r3)
  8. movd $0x66666666, (r6,r5)
  9. xord (r4,r3), (r6,r5)
  10. test_h_grp "(r6,r5)", 0x55555555
  11. pass