代码搜索结果
找到约 10,000 项符合
ARM 的代码
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
arm.h
#ifndef ARM_PROCESSOR_HEADER
#define ARM_PROCESSOR_HEADER
/*******************************************************************************
* Functions for enabling/disabling IRQ and FIQ in the A
arm.c
#define IRQ_VECTOR_ADDR 0x18
#define FIQ_VECTOR_ADDR 0x1C
#define IRQ_VECTOR (unsigned int *) IRQ_VECTOR_ADDR
#define FIQ_VECTOR (unsigned int *) FIQ_VECTOR_ADDR
#define BRANCH_OP_C
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
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);
}
arm.md
;;- Machine description for ARM for GNU compiler
;; Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
;; Free Software Foundation, Inc.
;; Contributed by Pieter `Tiggr' Schoenmaker
arm.h
/* Definitions of target machine for GNU compiler, for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Sch
arm.c
/* Output routines for GCC for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.
arm.h
#include "../../misc.h"
CPU_INT ARMBrain( CPU_BYTE *cpu_buffer,
CPU_UNINT cpu_pos,
CPU_UNINT cpu_size,
CPU_UNINT BaseAddress,