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.c-torture
/
compile
/
20021230-1.c
blob
45ab51fd5efa5de9e282ac2f60586c49088fdb23
1
/* SH has special handling for combined and/shift sequences. Make
2
sure that it behaves properly when one input is in the MACL register. */
3
int
r
,
t
;
4
5
static void
initRGB
()
6
{
7
t
= ((
r
*
255
/
3
) &
0xff
) <<
16
;
8
}