代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/162614/5530349
c ssa-ccp-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
extern void link_error (void);
/* check that cprop for variables of different types still works even
if function calls o
www.eeworm.com/read/162614/5540589
asm gvmat64.asm
;uInt longest_match_x64(
; deflate_state *s,
; IPos cur_match); /* current match */
; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
www.eeworm.com/read/162519/5547109
asm gvmat64.asm
;uInt longest_match_x64(
; deflate_state *s,
; IPos cur_match); /* current match */
; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
www.eeworm.com/read/161121/5556023
s copy_page_mck.s
/*
* McKinley-optimized version of copy_page().
*
* Copyright (C) 2002 Hewlett-Packard Co
* David Mosberger
*
* Inputs:
* in0: address of target page
* in1: address of sour
www.eeworm.com/read/161121/5557441
s checksum.s
/* checksum.S: Sparc optimized checksum code.
*
* Copyright(C) 1995 Linus Torvalds
* Copyright(C) 1995 Miguel de Icaza
* Copyright(C) 1996 David S. Miller
* Copyright(C) 1997 Jakub Jelinek
*
www.eeworm.com/read/154949/5631019
s cpu.s
# i386 asm cpu core
# optimized for 486/pentium/k6
# global register usage:
# %bl - flags
# %bh - A
# %bp - PC
# %esi - number of cycles we have left
# %edi - number of cycles used by curre
www.eeworm.com/read/152843/5657160
s copy_page_mck.s
/*
* McKinley-optimized version of copy_page().
*
* Copyright (C) 2002 Hewlett-Packard Co
* David Mosberger
*
* Inputs:
* in0: address of target page
* in1: address of sour
www.eeworm.com/read/152843/5657574
s lib1funcs.s
/*
* linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines
*
* Author: Nicolas Pitre
* - contributed to gcc-3.4 on Sep 30, 2003
* - adapted for the Linux kernel on Oc
www.eeworm.com/read/152843/5657613
s div64.s
/*
* linux/arch/arm/lib/div64.S
*
* Optimized computation of 64-bit dividend / 32-bit divisor
*
* Author: Nicolas Pitre
* Created: Oct 5, 2003
* Copyright: Monta Vista Software, Inc.
*
*
www.eeworm.com/read/152843/5659528
s checksum.s
/* checksum.S: Sparc optimized checksum code.
*
* Copyright(C) 1995 Linus Torvalds
* Copyright(C) 1995 Miguel de Icaza
* Copyright(C) 1996 David S. Miller
* Copyright(C) 1997 Jakub Jelinek
*