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
2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
nds32
/
builtin-setgie-en.c
blob
892887019c9375ba3f2126648eabeb26d9c7af3d
1
/* Verify that we generate setgie.e instruction with builtin function. */
2
3
/* { dg-do compile } */
4
/* { dg-options "-O0" } */
5
/* { dg-final { scan-assembler "\\tsetgie.e" } } */
6
7
void
8
test
(
void
)
9
{
10
__builtin_nds32_setgie_en
();
11
}