代码搜索结果

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

mlt_arm_iq80310_roma.mlt

version 0 region vecs 0 1000 1 ! region rom 40000 7c0000 1 ! region ram a0000000 2000000 0 ! section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! section rom_vectors 0 1 0 1 1 1 1 1 40000 40000 text text ! s

mlt_arm_iq80310_ram.h

// eCos memory layout - Tue Sep 05 16:58:21 2000 // This is a generated file - do not edit #ifndef __ASSEMBLER__ #include #include #endif #define CYGMEM_REGION_ram

mlt_arm_iq80310_rom.mlt

version 0 region ram a0000000 2000000 0 ! region rom 00000000 800000 1 ! section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! section data 0 1 1 1 1 1 0 0 8000 bss ! section bss 0 4 0 1 0 1 0 1 heap1 heap1 !

mlt_arm_iq80310_rom.ldi

// eCos memory layout - Tue Sep 05 18:46:49 2000 // This is a generated file - do not edit #include MEMORY { ram : ORIGIN = 0xA0000000, LENGTH = 0x2000000 rom : O

mlt_arm_iq80310_ram.ldi

// eCos memory layout - Tue Sep 05 16:58:21 2000 // This is a generated file - do not edit #include MEMORY { vrom : ORIGIN = 0x00000000, LENGTH = 0x1000 ram : ORIG

arm2x86_test.c

#include "armdefs.h" #include "arm2x86_self.h" uint8_t * get_op_test_dataabort(int *len) { unsigned int begin=0,end=0; OP_BEGIN("get_op_test_dataabort"); if (st->abortSig != LOW) { __

arm2x86_mem.h

#ifndef _ARM2X86_MEM_H_ #define _ARM2X86_MEM_H_ #define LOADWORD_ALIGN(addr, data) ((data >> ((addr & 3)

arm2x86_movl.h

#ifndef _ARM2X86_MOVL_H_ #define _ARM2X86_MOVL_H_ extern op_table_t op_movl_Tx_im[Tx_MAX+1]; extern op_table_t op_movl_tmpx_im[tmp_MAX+1]; extern int op_movl_Tx_reg_maxlen; extern int op_movl

arm2x86_mem.c

#include "armdefs.h" #include "arm2x86_self.h" uint32_t tea_ldm(ARMul_State * state, ARMword address, ARMword reg_map) { int i; ARMword data; for(i = 0; i < 16; i++) { arm2x86_tmp_r

arm2x86_psr.c

#include "armdefs.h" #include "arm2x86_self.h" //-------------------------------------------------------------------------------------------------- uint8_t * get_op_set_nf(int *len) { unsig