repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pentium4-not-mull.c
blob
2ae7512cb48b09d325d87774ecf82cfb8a4ac42e
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-require-effective-target ilp32 } */
3
/* { dg-options "-O2 -march=pentium4" } */
4
/* { dg-final { scan-assembler-not "imull" } } */
5
6
/* Should be done not using imull. */
7
int
t
(
int
x
)
8
{
9
return
x
*
29
;
10
}