代码搜索:Function

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

代码结果 10,000
www.eeworm.com/read/233448/4678499

c asm-function-15.c

/* APPLE LOCAL file CW asm blocks */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ /* Test for use of '*' in a relative jump. This is to conform with CW compiler
www.eeworm.com/read/233448/4678502

c asm-function-20.c

/* APPLE LOCAL file CW asm blocks */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options { -fasm-blocks -O3 -Winline -Wall } } */ /* Radar 4381918 */ /* This should have no prologue/epil
www.eeworm.com/read/233448/4678508

c asm-function-7.c

/* APPLE LOCAL file CW asm blocks */ /* Test la16(TABLE), lo16(TABLE), and bdnz+. */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ double TABLE[4]={2.0, 1./2
www.eeworm.com/read/233448/4678509

c asm-function-8.c

/* APPLE LOCAL file CW asm blocks */ /* Test lo16(foo)(v) and ha16(foo). */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ int foo; asm int fun1 () { int v;
www.eeworm.com/read/233448/4678520

c asm-function-6.c

/* APPLE LOCAL file CW asm blocks */ /* Test entry points in asm functions. */ /* { dg-do run { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks -O2" } */ void abort(void); int entry1(int)
www.eeworm.com/read/233448/4678528

c asm-function-13.c

/* APPLE LOCAL file CW asm blocks */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ asm void foo() { .align 15 andi. r1,r2, 3 .align 10 b .+8 .
www.eeworm.com/read/233448/4678538

c asm-function-12.c

/* APPLE LOCAL file CW asm blocks */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ asm void foo() { b .+8 bl .+24 b .-8 bl .-32 andi.
www.eeworm.com/read/233448/4678559

c asm-function-9.c

/* APPLE LOCAL file CW asm blocks */ /* Test macros with . in the opcode. */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ #define foodef() rlwinm. r4,r4,31,1
www.eeworm.com/read/233448/4678589

c asm-function-14.c

/* APPLE LOCAL file CW asm blocks */ /* { dg-do assemble { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks" } */ asm void foo() { dcbst r0,r5 /* { dg-error "r0 not allowed for parameter
www.eeworm.com/read/233448/4678591

c asm-function-4.c

/* APPLE LOCAL file CW asm blocks */ /* Test asm with macros. */ /* { dg-do run { target powerpc*-*-* } } */ /* { dg-options "-fasm-blocks -O2" } */ void abort(void); #define mac1 add r3, argx, ar