代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.h
//*-----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*---------------------------------------------------
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.inc
;--------------------------------------------------------------------------------------------------
; - ARM7TDMI内核汇编代码宏定义文件 - 作者:焦海波 -
;--------------------------------------------------------
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
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th
makefile.arm
#
#
# Build options:
# PRIV_OBJ := 1 for object version
# BIG_ENDIAN := 1 for big-endian mode
#
# arm-linux-tools chain are located at:
# /usr/local/bin/arm-linux-gcc
# /us
arm.h
/* ARM assembler/disassembler support.
Copyright 2004 Free Software Foundation, Inc.
This file is part of GDB and GAS.
GDB and GAS are free software; you can redistribute it and/or
modif
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