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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
xchg-1.c
blob
e81fe49cd0b1c95e73cfbf526d08dfd897b84ad5
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -march=k8" } */
3
4
unsigned short
good
(
unsigned short
a
)
5
{
6
return
(
a
>>
8
|
a
<<
8
);
7
}
8
9
/* { dg-final { scan-assembler "rol" } } */