powerpc.S 202 B

123456789
  1. /* clang <= 3.3 doesn't handle most of ppc assembly, not even inline assembly
  2. used by gcrypt */
  3. /* Cache invalidation loop is a fair test. */
  4. li 5, 0
  5. 1: icbi 5, 3
  6. addi 5, 5, 32
  7. cmpw 5, 4
  8. blt 1b