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
Handle T_HRESULT types in CodeView records
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
movsi_movw.c
blob
349705813971d035235898bf40771b1b17b64cca
1
/* { dg-do compile { target { arm_thumb2_ok || arm_thumb1_movt_ok } } } */
2
/* { dg-options "-O2" } */
3
4
int
5
movsi
(
void
)
6
{
7
return
0xF0F0
;
8
}
9
10
/* { dg-final { scan-assembler-times "movw\tr0, #61680" 1 } } */