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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
sh
/
sh2a-movi20s.c
blob
91cf96e82a89db946d8941a314c47497d3186d13
1
/* Testcase to check generation of 'MOVI20S #imm20, Rn'. */
2
/* { dg-do compile { target { sh2a } } } */
3
/* { dg-options "-O0" } */
4
/* { dg-final { scan-assembler "movi20s"} } */
5
6
volatile
long
la
;
7
8
void
9
testfun
(
void
)
10
{
11
la
= -
134217728
;
12
la
=
134217216
;
13
}