repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
and_const2.c
blob
e2b8924f946c57574084b946e26727af7ca3b7ec
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
long long
f2
(
long
x
)
5
{
6
x
&=
0x0ffffffffffffff8
LL
;
7
8
x
&=
0xff001fff
LL
;
9
10
return
x
;
11
}
12
13
/* { dg-final { scan-assembler-times "and\t" 2 } } */
14
/* { dg-final { scan-assembler-not "movk\t" } } */