代码搜索:ARM启动

找到约 10,000 项符合「ARM启动」的源代码

代码结果 10,000
www.eeworm.com/read/282522/4095424

h lib_arm926ej_s.h

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/280912/4122287

inc arm9-le-thumb-elf.inc

# # Copyright (c) 2002-2006 Sam Leffler, Errno Consulting # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the
www.eeworm.com/read/268865/4249249

c 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) { __
www.eeworm.com/read/268865/4249250

h arm2x86_mem.h

#ifndef _ARM2X86_MEM_H_ #define _ARM2X86_MEM_H_ #define LOADWORD_ALIGN(addr, data) ((data >> ((addr & 3)
www.eeworm.com/read/268865/4249251

h 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
www.eeworm.com/read/268865/4249253

c 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
www.eeworm.com/read/268865/4249255

c arm2x86_psr.c

#include "armdefs.h" #include "arm2x86_self.h" //-------------------------------------------------------------------------------------------------- uint8_t * get_op_set_nf(int *len) { unsig
www.eeworm.com/read/268865/4249256

c arm2x86_coproc.c

#include "armdefs.h" #include "arm2x86_self.h" //-------------------------------------------------------------------------------------------------- void tea_ldc(ARMul_State * state, uint32_t i
www.eeworm.com/read/268865/4249257

h arm2x86_test.h

#ifndef _ARM2X86_TEST_H_ #define _ARM2X86_TEST_H_ extern op_table_t op_test_dataabort; extern op_table_t op_test_dataabort_ret; extern op_table_t op_test_cpsr_ret_UNP; //extern op_table_t op_te
www.eeworm.com/read/268865/4249258

h arm2x86_psr.h

#ifndef _ARM2X86_PSR_H_ #define _ARM2X86_PSR_H_ extern op_table_t op_set_nf; extern op_table_t op_set_zf; extern op_table_t op_set_cf; extern op_table_t op_set_vf; extern op_table_t op_set_nzc