Sign in
cos
/
cos
/
cobble
/
refs/heads/stabilize-11316.146.B
/
.
/
grub-lakitu
/
asm-tests
/
powerpc.S
blob: 396a6cce91839cd5915634fc995e6951c5c22404 [
file
] [
log
] [
blame
] [
edit
]
/*
clang
<=
3.3
doesn
't handle most of ppc assembly, not even inline assembly
used by gcrypt */
/* Cache invalidation loop is a fair test. */
li 5, 0
1: icbi 5, 3
addi 5, 5, 32
cmpw 5, 4
blt 1b