代码搜索结果
找到约 86,300 项符合
ARM 的代码
t-arm-aout
LIB1ASMSRC = arm/lib1funcs.asm
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _call_via_rX _interwork_call_via_rX
# We want fine grained libraries, so use the new code to build the
# flo
arm.c
/* Output routines for GCC for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (r
arm-isr.c
#ifndef __thumb__
/* There used to be a couple of bugs in the ARM's prologue and epilogue
generation for ISR routines. The wrong epilogue instruction would be
generated to restore the IP regist
arm-asm.c
/* ARM and Thumb asm statements should be able to access the constant
pool. */
/* { dg-do compile { target arm*-*-* } } */
extern unsigned x[];
unsigned *trapTable()
{
unsigned *i;
__asm__ vo
booting.arm.svn-base
Booting ARM Linux
In order to boot ARM Linux, you require a boot loader, which is a small program
that runs before the main kernel. The boot loader is expected to initi
arm-linux.svn-base
#
# $Id: //poco/1.3/build/config/ARM-Linux#3 $
#
# ARM-Linux
#
# Make settings for ARM Linux/gcc 2.95.3 (cross-compile, using STLport 4.6.2)
#
#
# General Settings
#
LINKMODE = SHARED
POCO_
arm-linux
#
# $Id: //poco/1.3/build/config/ARM-Linux#3 $
#
# ARM-Linux
#
# Make settings for ARM Linux/gcc 2.95.3 (cross-compile, using STLport 4.6.2)
#
#
# General Settings
#
LINKMODE = S
arm.java
package Carmen;
import IPC.*;
public class Arm {
private static final String CARMEN_ARM_QUERY_NAME = "carmen_arm_query";
public static class ArmCommandMessage extends Message {
public int n
arm.h
// ARM.h
#ifndef __ARM_H
#define __ARM_H
#include "BranchCoder.h"
MyClassA(BC_ARM, 0x05, 1)
#endif
arm.cpp
// ARM.cpp
#include "StdAfx.h"
#include "ARM.h"
#include "BranchARM.c"
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
return ::ARM_Convert(data, size, _bufferPos, 1);
}