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
testsuite: Don't test pr118149.c on AArch64
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arc
/
movl-1.c
blob
c44ca8d2ccdec6337eb4b6d05bec77906a37dba8
1
/* { dg-do compile } */
2
/* { dg-skip-if "" { ! { clmcpu } } } */
3
/* { dg-options "-mcpu=nps400 -O2 -mbitops" } */
4
5
int
6
f
(
void
)
7
{
8
return
0xd00d
;
9
}
10
11
int
12
g
(
void
)
13
{
14
return
0x7ff00000
;
15
}
16
17
/* { dg-final { scan-assembler "movl\.cl\[ \t\]" } } */
18
/* { dg-final { scan-assembler "movh\.cl\[ \t\]" } } */