Searched defs:ARM (Results 1 - 9 of 9) sorted by relevance
/external/libffi/linux-arm/ |
H A D | ffi.h | 6 #define ARM macro
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMRelocations.h | 1 //===-- 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 D | ARMAsmPrinter.h | 1 //===-- ARMAsmPrinter.h - Print machine code to an ARM .s file --*- C++ -*-===// 10 // ARM Assembly printer class. 17 #include "ARM.h" 26 namespace ARM { namespace in namespace:llvm 57 return "ARM Assembly Printer"; 110 // ARM/Darwin adds ISA to the DWARF info for each function. 114 ARM::DW_ISA_ARM_thumb : ARM::DW_ISA_ARM_arm;
|
H A D | 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 fmsta 240 namespace ARM { namespace in namespace:llvm 552 namespace ARM { namespace in namespace:llvm [all...] |
/external/valgrind/main/coregrind/ |
H A D | pub_core_basics.h | 106 } ARM; member in union:__anon13791::__anon13792
|
/external/dropbear/libtomcrypt/src/prngs/ |
H A D | rng_get_bytes.c | 94 #define ARM macro
|
/external/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 24 /// \brief ARM builtins 25 namespace ARM { namespace in namespace:clang
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMFixupKinds.h | 1 //===-- 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 D | MCAsmInfo.h | 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator in enum:llvm::ExceptionHandling::ExceptionsType 535 ExceptionsType == ExceptionHandling::ARM ||
|
Completed in 5139 milliseconds