代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/370650/2784412
c register.c
/*
* target/arm9tdmi/register.c: implements the ARM9TDMI target core's registers
* read/write operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program i
www.eeworm.com/read/370650/2784413
c memory.c
/*
* target/arm9tdmi/memory.c: implements the ARM9TDMI target's memory read/write
* operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program is free softw
www.eeworm.com/read/370650/2784418
c register.c
/*
* target/arm7tdmi/register.c: implements the ARM7TDMI target core's registers
* read/write operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program i
www.eeworm.com/read/370650/2784419
c memory.c
/*
* target/arm7tdmi/memory.c: implements the ARM7TDMI target's memory read/write
* operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program is free softw
www.eeworm.com/read/367182/2851135
h atomic.h
/* Atomic operations. PowerPC32 version.
Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras
www.eeworm.com/read/367182/2851326
h atomic.h
/* Atomic operations. PowerPC64 version.
Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras
www.eeworm.com/read/367182/2853865
h atomic.h
/* Atomic operations. sparc64 version.
Copyright (C) 2003, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek , 2003.
www.eeworm.com/read/367182/2854003
h atomic.h
/* Atomic operations. sparcv9 version.
Copyright (C) 2003, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek , 2003.
www.eeworm.com/read/366702/2868299
c simd2.c
/* { dg-do compile } */
/* Test generic operations on vectors. */
int __attribute__((vector_size(16))) a, b, c;
int __attribute__((vector_size(8))) d;
void foo()
{
a = b ^ c;
a = b + c;
www.eeworm.com/read/366702/2883848
c spill-1.c
/* This caused an ICE during register spilling when targeting thumb.
There are 8 registers available for arithmetic operations (r0-r7)
r7 is the frame pointer, and r0-r3 are used to pass argumen