代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5516891
c ppc-compare-1.c
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "cmpw" } } */
/* Origin:Pete Steinmetz
www.eeworm.com/read/162614/5517057
c ssefn-2.c
/* Test argument passing with SSE2 and local functions
Written by Paolo Bonzini, 25 January 2005 */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 }
www.eeworm.com/read/162614/5517072
c fpcvt-4.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=k8 -mfpmath=sse" } */
/* { dg-final { scan-assembler "cvtsi2sd" } } */
/* Check that conversions will get folded. */
www.eeworm.com/read/162614/5517120
c fpmul.c
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
typedef int vec32 __attribute__((vector_size(8)));
typedef short vec16 __attribute__((vector_size(8)));
typedef char pixel __attri
www.eeworm.com/read/162614/5517121
c combined-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
typedef char pixel __attribute__((vector_size(4)));
typedef char vec8 __attribute__((vector_size(8)));
typedef short vec16 __a
www.eeworm.com/read/162614/5517387
c attribute1.c
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));
int main (
www.eeworm.com/read/162614/5517388
c asm5.c
/* Test for string translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int main()
{
unsigned long int *ptr;
ptr = ((unsigned long i
www.eeworm.com/read/162614/5517393
cc function.cc
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "\"foobar\"" } } */
const char *str;
void foobar (void)
{
str = __FUNCTION__;
}
www.eeworm.com/read/162614/5517395
c asm4.c
/* Test for string translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "translate" } } */
void foo (void)
{
asm ("xx" : : "r"("translate") : "c
www.eeworm.com/read/162614/5517398
c string.c
/* Simple character translation test. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "string foobar" } } */
char *foo = "string foobar";