代码搜索结果

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

arm_stub.c

//======================================================================== // // arm_stub.c // // Helper functions for stub, generic to all ARM processors // //========================

xm-arm.h

/* Configuration for GNU C-compiler for Acorn RISC Machine. Copyright (C) 1991 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and M

arm-convert.s

.text .global _convert_from_extended _convert_from_extended: ldfe f0,[a1] stfd f0,[a2] movs pc,lr .global _convert_to_extended _convert_to_extended: ldfd f0,[a1] stfe f0,[a2] movs pc,lr

arm-pinsn.c

/* Print Acorn Risc Machine instructions for GDB, the GNU debugger. Copyright 1986, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you ca

arm-xdep.c

/* Acorn Risc Machine host machine support. Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or m

tm-arm.h

/* Definitions to make GDB target for an ARM under RISCiX (4.3bsd). Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. This program is free software; yo

arm-tdep.c

/* Target-dependent code for the Acorn Risc Machine, for GDB, the GNU Debugger. Copyright 1988, 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. This program is free software;

xm-arm.h

/* Definitions to make GDB run on an ARM under RISCiX (4.3bsd). Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redi

sys_arm.c

/* * linux/arch/arm/kernel/sys_arm.c * * Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c * Copyright (C) 1995, 1996 Russell King. * * This program is free software; you can r

arm-gcc.h

/* ------------------------------------------------------------------------------- The macro `BITS64' can be defined to indicate that 64-bit integer types are supported by the compiler. --------------