repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
altivec-19.c
blob
1693a5488eebb7814ffccb353993826f9e1370cf
1
/* { dg-do compile { target powerpc*-*-* } } */
2
/* { dg-options "-maltivec" } */
3
/* { dg-final { scan-assembler "dst" } } */
4
5
void
foo
(
char
*
image
)
6
{
7
while
(
1
)
8
{
9
__builtin_altivec_dst
( (
void
*)( (
long
)
image
& ~
0x0f
),
0
,
0
);
10
image
+=
48
;
11
}
12
}