代码搜索结果

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

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

arm2x86_coproc.c

#include "armdefs.h" #include "arm2x86_self.h" //-------------------------------------------------------------------------------------------------- void tea_ldc(ARMul_State * state, uint32_t i

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

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

arm2x86_shift.h

#ifndef _ARM2X86_SHIFT_H_ #define _ARM2X86_SHIFT_H_ extern int op_shift_T1_im_maxlen; extern op_table_t op_shift_T1_im[4]; //only shift extern int op_shift_T1_im_sc_maxlen; extern op_table_t

arm2x86_coproc.h

#ifndef _ARM2X86_COPROC_H_ #define _ARM2X86_COPROC_H_ extern op_table_t op_ldc_T0_T1; extern op_table_t op_stc_T0_T1; extern op_table_t op_mrc_T0_T1; extern op_table_t op_mcr_T0_T1; extern op_