代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/124347/6051502
s memset.s
.file "memset.S"
.section .text
.global _memset
.type _memset,@function
_memset:
movm [d2,d3,a2,a3],(sp)
mov d0,d3
mov d1,d2
mov (28,sp),a1
mov d3,a0
#ifndef __OPTIMIZE_SIZE__
cmp 3,a1
bl
www.eeworm.com/read/102935/6225405
s r2300_misc.s
/* $Id: r2300_misc.S,v 1.8 1999/12/08 22:05:10 harald Exp $
* misc.S: Misc. exception handling code for R3000/R2000.
*
* Copyright (C) 1994, 1995, 1996 by Ralf Baechle and Andreas Busse
*
* Multi
www.eeworm.com/read/127109/14378868
h translator_cn.h
/******************************************************************************
*
* $Id: translator_cn.h,v 1.3 2001/03/19 19:27:41 root Exp $
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
www.eeworm.com/read/123453/14630621
h wsopt.h
/*
*
* wsopt.h
*
* Author: Markku Rossi
*
* Copyright (c) 1999-2000 WAPIT OY LTD.
* All rights reserved.
*
* Optimizations for the WMLScript symbolic assembler.
*
*/
#ifndef
www.eeworm.com/read/118164/14884808
lst spjianrong.lst
C51 COMPILER V7.01 SPJIANRONG 07/08/2005 15:44:45 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE SPJIANRONG
OBJECT MODULE PLACED
www.eeworm.com/read/162614/5528336
c 20000922-1.c
extern void doit(int);
void
quick_doit(int x)
{
#ifdef __OPTIMIZE__
if (__builtin_constant_p (x)
&& x != 0)
asm volatile ("%0" : : "i#*X"(x));
else
#endif
doit(x);
}
www.eeworm.com/read/162614/5530141
c iftrap-1.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/335372/12532061
lst i2c.lst
C51 COMPILER V7.10 I2C 05/22/2006 09:19:31 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN i2c
www.eeworm.com/read/105882/15656262
c slstring.c
/* Copyright (c) 1998, 1999, 2001, 2002, 2003 John E. Davis
* This file is part of the S-Lang library.
*
* You may distribute under the terms of either the GNU General Public
* License or the Perl
www.eeworm.com/read/284131/8963164
lst char_map.lst
C51 COMPILER V6.21 CHAR_MAP 01/23/2002 18:04:14 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE CHAR_MAP
OBJECT MODULE PLACED I