代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm_a.s
;
; file:
; arm_a.S
; description:
; implementation code depend on architecture.
;
I_BIT EQU 0x80
F_BIT EQU 0x40
T_BIT EQU 0x20
LOCKOUT EQU
arm.h
/*
* file:
* arm.h
* description:
* include file of architecture.
*/
#ifndef __ARM_H__
#define __ARM_H__
#ifdef __cplusplus
extern "C" {
#endif
/*
* context for switc
arm.c
/*
* file:
* arm.c
* description:
* implementation code depend on architecture.
*/
#define SYS_MODE 0x1f
/*
* extern functions
*/
extern void _exit_thread(int exit_c
arm.c
typedef struct _proc_state {} proc_state;
typedef struct _insn_dp_i_s_struct {
/*Data Processing immidiate shieft*/
int (*func) (struct _insn_dp_i_s_struct *s, proc_state *state);
unsigned i
arm.inc
;--------------------------------------------------------------------------------------------------
; - ARM7TDMI内核汇编代码宏定义文件 - 作者:焦海波 -
;--------------------------------------------------------
arm.ld
/* Script for ld testsuite */
OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
PROVIDE (__executable_start = 0x8000); . = 0x8000;
.text :
arm.exp
#
# Some ARM tests
#
proc run_errors_test { name opts tname} {
global srcdir subdir
set testname "$tname"
set file $srcdir/$subdir/$name
gas_run ${name}.s $opts ">&${name}.out"
if
arm.h
#undef CONFIG_IDE_ARM
arm.c
typedef struct _proc_state {} proc_state;
typedef struct _insn_dp_i_s_struct {
/*Data Processing immidiate shieft*/
int (*func) (struct _insn_dp_i_s_struct *s, proc_state *state);
unsigned i