代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5516541

c fpcmp-1.c

/* We used to use c.lt.fmt instead of c.ule.fmt here. */ /* { dg-mips-options "-mhard-float -O2" } */ int f1 (float x, float y) { return __builtin_isless (x, y); } int f2 (double x, double y) { retur
www.eeworm.com/read/162614/5516542

c fix-vr4130-2.c

/* { dg-do compile } */ /* { dg-mips-options "-march=vr4130 -mfix-vr4130" } */ int foo (void) { int r; asm ("# foo" : "=l" (r)); return r; } /* { dg-final { scan-assembler "\tmacc\t" } } */
www.eeworm.com/read/162614/5516544

c movcc-1.c

/* { dg-do compile } */ /* { dg-mips-options "-O2 -mips4" } */ /* { dg-final { scan-assembler "movz" } } */ /* { dg-final { scan-assembler "movn" } } */ void ext_int (int); int sub1 (int i, int j, i
www.eeworm.com/read/162614/5516551

c all-tls-global-dynamic.c

/* { dg-options "-ftls-model=global-dynamic -fpic -mfdpic -mno-inline-plt" } */ /* { dg-do compile } */ extern __thread int x; extern void bar (); int *y; void foo (void) { bar (); y = &x; } /* {
www.eeworm.com/read/162614/5516819

c rs6000-fpint.c

/* { dg-do compile { target powerpc*-*-* rs6000-*-* } } */ /* { dg-options "-mno-powerpc-gfxopt" } */ /* { dg-final { scan-assembler-not "stfiwx" } } */ /* A basic test of the old-style (not stfiwx)
www.eeworm.com/read/162614/5516828

c ppc-vector-memset.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-O -maltivec" } */ /* { dg-final { scan-assembler "
www.eeworm.com/read/162614/5516853

c stabs-attrib-vect-darwin.c

/* Test Attribute Vector associated with vector type stabs. */ /* { dg-do compile { target powerpc*-*-darwin* } } */ /* { dg-options "-gstabs -fno-eliminate-unused-debug-types -faltivec" } */ int ma
www.eeworm.com/read/162614/5516866

c ppc-vector-memcpy.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-O -maltivec" } */ /* { dg-final { scan-assembler "
www.eeworm.com/read/162614/5516998

c local2.c

/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */ /* { dg-skip-if "PR 25214" { ilp32 } { "-fpic" "-fPIC" } { "" } } */ /* { dg-fin
www.eeworm.com/read/162614/5517011

c fpcvt-1.c

/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -msse2 -march=k8" } */ /* { dg-final { scan-assembler-not "cvtss2sd" } } */ float a,b; main() { a=b*3.0; }