代码搜索结果

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

arm_dpimacros.h

/* Macros for DPI ops, auto-generated from template */ /* mov/mvn */ /* Rd := imm8 ROR rot */ #define ARM_MOV_REG_IMM_COND(p, reg, imm8, rot, cond) \ ARM_DPIOP_REG_IMM8ROT_COND(p, ARMOP_MOV

arm-codegen.c

/* * arm-codegen.c * Copyright (c) 2002 Sergey Chaban */ #include "arm-codegen.h" arminstr_t* arm_emit_std_prologue(arminstr_t* p, unsigned int local_size) {

arm_fpamacros.h

/* Macros for FPA ops, auto-generated from template */ /* dyadic */ /* -- ADF -- */ /* Fd := Rn ADF Rm */ #define ARM_FPA_ADFD_COND(p, rd, rn, rm, cond) \ ARM_EMIT((p), ARM_DEF_FPA_CPD

arm-codegen.h

/* * arm-codegen.h * Copyright (c) 2002 Sergey Chaban */ #ifndef ARM_H #define ARM_H #ifdef __cplusplus extern "C" { #endif typedef unsigned int armins

arm-dis.c

/* * Copyright (c) 2002 Sergey Chaban */ #include #include "arm-dis.h" #include "arm-codegen.h" static ARMDis* gdisasm = NULL; static int u

arm_boot.c

/* * ARM kernel loader. * * Copyright (c) 2006-2007 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #include "hw.h" #include "arm-misc.h" #include "sysemu.h"

arm_timer.c

/* * ARM PrimeCell Timer modules. * * Copyright (c) 2005-2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #include "hw.h" #include "qemu-timer.h" #include

arm-misc.h

/* * Misc ARM declarations * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licenced under the LGPL. * */ #ifndef ARM_MISC_H #define ARM_MISC_H 1 /* The CPU is a

arm_sysctl.c

/* * Status and system control registers for ARM RealView/Versatile boards. * * Copyright (c) 2006-2007 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ #inclu

arm_gic.c

/* * ARM Generic/Distributed Interrupt Controller * * Copyright (c) 2006-2007 CodeSourcery. * Written by Paul Brook * * This code is licenced under the GPL. */ /* This file contains implementa