repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
movbe-1.c
blob
391d4ad9814f38a831241482e132399f87dec537
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mmovbe" } */
3
4
extern
int
x
;
5
6
void
7
foo
(
int
i
)
8
{
9
x
=
__builtin_bswap32
(
i
);
10
}
11
12
int
13
bar
()
14
{
15
return
__builtin_bswap32
(
x
);
16
}
17
18
/* { dg-final { scan-assembler-times "movbe\[ \t\]" 2 } } */