HomeSort by relevance Sort by last modified time
    Searched defs:arm (Results 1 - 7 of 7) sorted by null

  /external/v8/src/arm/
constants-arm.cc 30 #include "constants-arm.h"
34 namespace arm { namespace in namespace:assembler
47 // List of alias names which can be used when referring to ARM registers.
112 } } // namespace assembler::arm
disasm-arm.cc 60 #include "constants-arm.h"
67 namespace arm { namespace in namespace:assembler
184 Print(assembler::arm::VFPRegisters::Name(reg));
189 Print(assembler::arm::VFPRegisters::Name(reg + 32));
    [all...]
simulator-arm.h 29 // Declares a Simulator for ARM instructions if we are not generating a native
30 // ARM binary. This Simulator allows us to run and debug ARM code generation on
34 // on a ARM HW platform.
48 // generated code. Because generated code on arm uses the C stack, we
79 assembler::arm::Simulator::current()->Call(FUNCTION_ADDR(entry), 5, \
83 assembler::arm::Simulator::current()->Call( \
91 #include "constants-arm.h"
95 namespace arm { namespace in namespace:assembler
125 // Accessors for register state. Reading the pc value adheres to the ARM
    [all...]
constants-arm.h 32 // are not running on real ARM hardware. One reason for this is that the
76 namespace arm { namespace in namespace:assembler
78 // Number of registers in normal ARM mode.
89 // simulate ARM instructions.
91 // Section references in the code refer to the "ARM Architecture Reference
92 // Manual" from July 2005 (available at http://www.arm.com/miscPDFs/14128.pdf)
175 // Special Software Interrupt codes when used in the presence of the ARM
188 // The class Instr enables access to individual fields defined in the ARM
229 // Accessors for the different named fields used in the ARM encoding.
349 } } // namespace assembler::arm
    [all...]
simulator-arm.cc 34 #include "arm/constants-arm.h"
35 #include "arm/simulator-arm.h"
39 // Only build the simulator if not compiling for real ARM hardware.
41 namespace arm { namespace in namespace:assembler
55 // The Debugger class is used by the simulator while debugging simulated ARM
701 // The ARM cannot do unaligned reads and writes. On some ARM platforms an
707 // get the correct ARM-like behaviour on unaligned accesses
    [all...]
  /external/kernel-headers/original/asm-arm/
processor.h 2 * linux/include/asm-arm/processor.h
27 u32 arm; member in union:debug_insn
  /external/netcat/
netcat.c 246 /* arm :
248 void arm (num, secs) function
261 } /* arm */
754 arm (1, o_wait);
761 arm (0, 0);
831 arm (2, o_wait); /* might as well timeout this, too */
838 arm (0, 0);
856 arm (2, o_wait); /* wrap this in a timer, too; 0 = forever */
861 arm (0, 0);
    [all...]

Completed in 360 milliseconds