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
/
mips
/
fix-vr4130-4.c
blob
91b883d46b5ed7b8773885d2dcf066b437a0f188
1
/* { dg-do compile } */
2
/* { dg-mips-options "-march=vr4130 -mgp64 -mfix-vr4130" } */
3
NOMIPS16
long long
4
foo
(
void
)
5
{
6
long long
r
;
7
asm
(
"# foo"
:
"=l"
(
r
));
8
return
r
;
9
}
10
/* { dg-final { scan-assembler "\tdmacc\t" } } */