代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4673017
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/4673019
c asm-function-18.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4258924 */
struct AsmAlignCodeSample {
void AsmAlignCode();
stat
www.eeworm.com/read/233448/4673021
c asm-function-14.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/4673034
c asm-function-8.c
/* APPLE LOCAL file CW asm blocks */
/* Test lo16(foo)(v) and ha16(foo). */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
int foo;
asm int fun1 ()
{
www.eeworm.com/read/233448/4673035
c asm-function-6.c
/* APPLE LOCAL file CW asm blocks */
/* Test entry points in asm functions. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
#include
int ent
www.eeworm.com/read/233448/4678361
m function-message-1.m
#include
@interface Foo : Object
+ bar;
@end
int foocalled = 0;
int barcalled = 0;
id foo()
{
if (foocalled)
abort ();
foocalled = 1;
return [Foo class];
}
@impl
www.eeworm.com/read/233448/4678436
c asm-function-3.c
/* APPLE LOCAL file CW asm blocks */
/* More tests of asm functions. */
/* { dg-do run { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks -O2" } */
void abort(void);
/* Return 0 if xer and
www.eeworm.com/read/233448/4678444
c asm-function-18.c
/* APPLE LOCAL file CW asm blocks */
/* Test that gcc does not issue error on use of r31 (pic register) */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks -faltivec" } */
www.eeworm.com/read/233448/4678484
c asm-function-19.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* } } */
/* { dg-options { -fasm-blocks -msse3 -O3 -Winline -Wall } } */
/* Radar 4381918 */
/* This should have no pro
www.eeworm.com/read/233448/4678489
c asm-function-22.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4501833 */
asm void myasm1(register int i) {
nofralloc
cmp