代码搜索结果

找到约 10,000 项符合 ARM 的代码

arm.cpp

// ARM.cpp #include "StdAfx.h" #include "ARM.h" extern "C" { #include "../../../../C/Compress/Branch/BranchARM.h" } UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) { retu

arm.ld

//============================================================================= // // MLT linker script for ARM // //=============================================================================

arm.ld

ENTRY(start) MEMORY { ram : ORIGIN = 0x0, LENGTH = 0x2000 } SECTIONS { .text 0x00000000 : { _stext = .; *(.text*) *(.gnu.warning) *(.gnu.linkonce.t.*) *(.init) *(.glue_7) *(.glue_7t

arm.txt

If developing for the ARM, or indeed any other new processor, you should first build a C-only library. For the ARM, this mirdef.h header would be appropriate for an integer- only build of the li

arm.txt

If developing for the ARM, or indeed any other new processor, you should first build a C-only library. For the ARM, this mirdef.h header would be appropriate for an integer- only build of the li

mirdef.arm

/* * MIRACL compiler/hardware definitions - mirdef.h * Copyright (c) 1988-2001 Shamus Software Ltd. */ #define MIRACL 32 #define MR_LITTLE_ENDIAN /* or perhaps #define MR_BIG

arm.mcs

; ; ARM Macros file ; ; Interleaved Version ; ; Triple register is R4|R3|R2 ; MUL_START. Initialise registers. Make R5 and R6 point to multipliers a ; and b. R7 points at result c. ; Initial

mirdef.arm

/* * MIRACL compiler/hardware definitions - mirdef.h * Copyright (c) 1988-2001 Shamus Software Ltd. */ #define MIRACL 32 #define MR_LITTLE_ENDIAN /* or perhaps #define MR_BIG

arm.mcs

; ; ARM Macros file ; ; Interleaved Version ; ; Triple register is R4|R3|R2 ; MUL_START. Initialise registers. Make R5 and R6 point to multipliers a ; and b. R7 points at result c. ; Initial

booting.arm

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