代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4672992
c asm-function-3.c
/* APPLE LOCAL file CW asm blocks */
/* More tests of asm functions. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
extern "C" void abort(void);
/* Re
www.eeworm.com/read/233448/4672995
c asm-function-15.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
signed short foo(signed int a, signed short b)
{
b = a * -1;
asm {
bl
www.eeworm.com/read/233448/4672999
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/4673000
c asm-function-4.c
/* APPLE LOCAL file CW asm blocks */
/* Test asm with macros. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
extern "C" void abort(void);
#define mac1
www.eeworm.com/read/233448/4673001
c asm-function-17.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4257049 */
namespace foobar {
typedef unsigned long type;
}
names
www.eeworm.com/read/233448/4673002
c asm-function-7.c
/* APPLE LOCAL file CW asm blocks */
/* Test la16(TABLE), lo16(TABLE), and bdnz+. */
/* { dg-do assemble { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks" } */
double TABLE[4]={2.0
www.eeworm.com/read/233448/4673003
c asm-function-16.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
/* Radar 4257049 */
typedef unsigned long testAsmFuncType;
extern testAsmFun
www.eeworm.com/read/233448/4673008
c asm-function-21.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options { -fasm-blocks } } */
asm void myasm1(register int i) {
fralloc
frfree /* { dg-error "blr mu
www.eeworm.com/read/233448/4673012
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/4673013
c asm-function-1.c
/* APPLE LOCAL file CW asm blocks */
/* Test whole asm functions. */
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
extern "C" void abort (void);
asm int