Home | History | Annotate | Download | only in arm

Lines Matching defs:arm

24 #include "arch/arm/registers_arm.h"
30 namespace arm {
33 // simulate ARM instructions.
35 // Section references in the code refer to the "ARM Architecture Reference
36 // Manual" from July 2005 (available at http://www.arm.com/miscPDFs/14128.pdf)
163 // instructions. Based on the "Figure 3-1 ARM instruction set summary".
220 // The class Instr enables access to individual fields defined in the ARM
265 // Accessors for the different named fields used in the ARM encoding.
348 // See "ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition",
349 // section A5.1 "ARM instruction set encoding".
407 // Bit(4) == 1: 8, 16, or 32-bit Transfer between ARM Core and VFP
446 } // namespace arm