index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
csebug.c
blob: f49f6842c1a7a80c7c91702ca92d8845801ea5c5 (
plain
)
1
2
3
4
5
6
7
int
reg0indreg1
(
r0
,
p1
)
short
r0
;
short
*
p1
;
{
return
(
r0
+
*
p1
);
}