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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
fix-vr4130-3.c
blob
d3399d10ceec61acc93f8fa509e5276d34c5f826
1
/* { dg-do compile } */
2
/* { dg-options "-march=vr4130 -mgp64 -mfix-vr4130" } */
3
NOMIPS16
unsigned long long
4
foo
(
unsigned long long
x
,
unsigned long long
y
)
5
{
6
return
x
%
y
;
7
}
8
/* { dg-final { scan-assembler "\tdmacchi\t" } } */