代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.inc
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#----------------------------------------------------
arm.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
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.h
/* ARM opcode list.
Copyright 1989, 1991 Free Software Foundation, Inc.
This file is part of GDB and GAS.
GDB and GAS are free software; you can redistribute it and/or modify
it under the terms o
arm.h
/* ARM COFF support for BFD.
Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you
arm.h
/* ARM ELF support for BFD.
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software
arm.inc
comment "subroutine prologue"
.macro gdbasm_enter
mov ip, sp
stmdb sp!, {fp, ip, lr, pc}
sub fp, ip, #4
.endm
comment "subroutine epilogue"
.macro gdbasm_leave
ldmea fp, {fp, sp, pc}
.endm
arm.md
;;- Machine description for ARM for GNU compiler
;; Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
;; Free Software Foundation, Inc.
;; Contributed by Pieter `Tiggr' Schoenmaker
arm.h
/* Definitions of target machine for GNU compiler, for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Sch