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
Merge from trunk
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
set-fcsr-1.c
blob
0237272cfc371116c95a7d18211c03cff48cedca
1
/* { dg-options "-mhard-float" } */
2
/* { dg-skip-if "requiring \$4 is a code-quality test" { *-*-* } { "-O0" } { "" } } */
3
4
NOMIPS16
void
5
foo
(
unsigned int
x
)
6
{
7
__builtin_mips_set_fcsr
(
x
);
8
}
9
10
/* { dg-final { scan-assembler "ctc1\t\\\$4,\\\$31" } } */