代码搜索结果

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

arm_boot_le_flash.map

****************************************************************************** TMS470 COFF Linker Version 2.17 *******************************************************

arm920t_mmu.h

/* arm920t_mmu.h - ARM920T Memory Management Unit emulation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License

arm926ejs_mmu.h

/* arm926ejs_mmu.h - ARM926EJS Memory Management Unit emulation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lice

arm2x86.h

#ifndef _ARM2X86_H_ #define _ARM2X86_H_ #include /* typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; #if defined (__x86_64__) ty

arm2x86.c

#include "armdefs.h" #include "arm2x86_self.h" const uint8_t table_logic_cc[16] = { 1, /* and */ 1, /* eor */ 0, /* sub */ 0, /* rsb */ 0, /* add */ 0, /* adc */ 0, /* sbc */ 0, /

arm_cxa_vec1.c

// Check that __cxa_vec_[c]ctor returns a pointer to the array // { dg-do run { target arm*-*-* xscale*-*-* } } #include #ifdef ___ARM_EABI__ static void cctor (void * a, void * b) { *(

arm-scd42-1.c

/* Verify that mov is preferred on XScale for loading a 1 byte constant. */ /* { dg-do compile { target xscale-*-* } } */ /* { dg-options "-mcpu=xscale -O" } */ unsigned load1(void) __attribute__ ((n

arm-scd42-2.c

/* Verify that mov is preferred on XScale for loading a 2 byte constant. */ /* { dg-do compile } */ /* { dg-options "-mcpu=xscale -O" } */ /* { dg-require-effective-target arm32 } */ unsigned load2(v

proc-arm6,7.s

/* * linux/arch/arm/mm/proc-arm6,7.S * * Copyright (C) 1997-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P

proc-arm2,3.s

/* * linux/arch/arm/mm/proc-arm2,3.S * * Copyright (C) 1997-1999 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P