sparc64.S 176 B

12345678910
  1. .text
  2. 1:
  3. /* A small list of examples of what clang doesn't support. */
  4. clr %o0
  5. lduw [%o4 + 4], %o4
  6. and %o6, ~0xff, %o6
  7. stw %o5, [%o3]
  8. bne,pt %icc, 1b
  9. nop