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

  /external/libffi/linux-arm/
ffi.h 6 #define ARM
7 #include "../src/arm/ffitarget.h"
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 94 #define ARM
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
13 #include "ARM.h"
22 namespace ARM {
53 return "ARM Assembly / Object Emitter";
109 // ARM/Darwin adds ISA to the DWARF info for each function.
113 ARM::DW_ISA_ARM_thumb : ARM::DW_ISA_ARM_arm;
ARMRelocations.h 1 //===-- ARMRelocations.h - ARM Code Relocations -----------------*- C++ -*-===//
10 // This file defines the ARM target-specific relocation types.
20 namespace ARM {
42 // reloc_arm_machine_cp_entry - Relocation of a ARM machine constantpool
ARMISelLowering.h 1 //===-- ARMISelLowering.h - ARM DAG Lowering Interface ----------*- C++ -*-===//
10 // This file defines the interfaces that ARM uses to lower LLVM code into a
18 #include "ARM.h"
31 // ARM Specific DAG Nodes
58 CMP, // ARM compare instructions.
59 CMN, // ARM CMN instructions.
60 CMPZ, // ARM compare that sets only Z flag.
61 CMPFP, // ARM VFP compare instruction, sets FPSCR.
62 CMPFPw0, // ARM VFP compare against zero instruction, sets FPSCR.
63 FMSTAT, // ARM fmstat instruction
    [all...]
  /external/valgrind/main/coregrind/
pub_core_basics.h 88 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
89 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
108 } ARM;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 24 /// \brief ARM builtins
25 namespace ARM {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 1 //===-- ARMFixupKinds.h - ARM Specific Fixup Entries ------------*- C++ -*-===//
16 namespace ARM {
62 // The following fixups handle the ARM BL instructions. These can be
63 // conditionalised; however, the ARM ELF ABI requires a different relocation
71 // fixup_arm_uncondbl - Fixup for unconditional ARM BL instructions.
74 // fixup_arm_condbl - Fixup for ARM BL instructions with nontrivial
78 // fixup_arm_blx - Fixup for ARM BLX instructions.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 15 namespace ARM {
95 } // namespace ARM
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 };
554 ExceptionsType == ExceptionHandling::ARM ||

Completed in 573 milliseconds