代码搜索:assembler 开发教程
找到约 10,000 项符合「assembler 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/103037/15748641
asm average.asm
; Turbo Assembler Copyright (c) 1988, 1991 By Borland International, Inc.
; AVERAGE.ASM
;
; Borland C++-callable small-model function that returns the average
; of a set of integer values. Ca
www.eeworm.com/read/162614/5516521
c branch-1.c
/* We should implement these "if" statements using an "andi" instruction
followed by a branch on zero. */
/* { dg-mips-options "-O2 -mno-mips16" } */
void bar (void);
void f1 (int x) { if (x & 4)
www.eeworm.com/read/162614/5516843
c ppc-sdata-2.c
/* { dg-do compile { target powerpc-*-linux* powerpc-*-sysv* powerpc-*-eabi* } } */
/* { dg-options "-O2 -fno-common -G 8 -msdata=sysv" } */
/* { dg-final { scan-assembler "\\.section\[ \t\]\\.sdata,"
www.eeworm.com/read/162614/5518727
c pragma-re-1.c
/* { dg-do compile { target *-*-solaris* } } */
/* { dg-final { scan-assembler "bar" } } */
/* { dg-final { scan-assembler-not "foo" } } */
/* { dg-final { scan-assembler "_Z3bazv" } } */
/* { dg-fina
www.eeworm.com/read/162614/5530120
c cris-peep2-andu2.c
/* { dg-do compile { target cris-*-* } } */
/* { dg-final { scan-assembler "movu.w \\\$r10,\\\$r" } } */
/* { dg-final { scan-assembler "and.w 2047,\\\$r" } } */
/* { dg-final { scan-assembler-not "mo
www.eeworm.com/read/162614/5530275
c dwarf-char1.c
/* PR debug/7241 */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA" } */
/* { dg-skip-if "Unmatchable assembly" { mmix-*-* } { "*" } { "" } } */
/* { dg-final { scan-assembler "0x\[68\]\[
www.eeworm.com/read/162614/5530287
c dwarf-char2.c
/* PR debug/7241 */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA" } */
/* { dg-skip-if "Unmatchable assembly" { mmix-*-* } { "*" } { "" } } */
/* { dg-final { scan-assembler "0x\[68\]\[
www.eeworm.com/read/103037/15748609
cpp countadd.cpp
class count_add {
// Private member variables:
int access_count; // Number of times this is accessed
int count; // The ongoing count
public:
count_add(void){ ac