Searched defs:ARM (Results 1 - 9 of 9) sorted by relevance

/external/libffi/linux-arm/
H A Dffi.h6 #define ARM macro
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
13 #include "ARM.h"
22 namespace ARM { namespace in namespace:llvm
53 return "ARM Assembly / Object Emitter";
105 // ARM/Darwin adds ISA to the DWARF info for each function.
109 ARM::DW_ISA_ARM_thumb : ARM::DW_ISA_ARM_arm;
H A DARMRelocations.h1 //===-- ARMRelocations.h - ARM Code Relocations -----------------*- C++ -*-===//
10 // This file defines the ARM target-specific relocation types.
20 namespace ARM { namespace in namespace:llvm
42 // reloc_arm_machine_cp_entry - Relocation of a ARM machine constantpool
H A DARMISelLowering.h1 //===-- 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 fmsta
244 namespace ARM { namespace in namespace:llvm
597 namespace ARM { namespace in namespace:llvm
[all...]
/external/dropbear/libtomcrypt/src/prngs/
H A Drng_get_bytes.c94 #define ARM macro
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h108 } ARM; member in union:__anon27426::__anon27427
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h33 /// \brief ARM builtins
34 namespace ARM { namespace in namespace:clang
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMFixupKinds.h1 //===-- ARMFixupKinds.h - ARM Specific Fixup Entries ------------*- C++ -*-===//
16 namespace ARM { namespace in namespace:llvm
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.
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h33 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator in enum:llvm::ExceptionHandling::ExceptionsType
558 ExceptionsType == ExceptionHandling::ARM ||

Completed in 318 milliseconds