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

/external/llvm/lib/Support/
H A DARMWinEH.cpp1 //===-- ARMWinEH.cpp - Windows on ARM EH Support Functions ------*- C++ -*-===//
14 namespace ARM { namespace in namespace:llvm
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
25 namespace ARM { namespace in namespace:llvm
64 return "ARM Assembly / Object Emitter";
112 // ARM/Darwin adds ISA to the DWARF info for each function.
120 return isThumb ? ARM::DW_ISA_ARM_thumb : ARM::DW_ISA_ARM_arm;
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
29 // ARM Specific DAG Nodes
55 CMP, // ARM compare instructions.
56 CMN, // ARM CMN instructions.
57 CMPZ, // ARM compare that sets only Z flag.
58 CMPFP, // ARM VFP compare instruction, sets FPSCR.
59 CMPFPw0, // ARM VFP compare against zero instruction, sets FPSCR.
60 FMSTAT, // ARM fmstat instruction.
62 CMOV, // ARM conditiona
219 namespace ARM { namespace in namespace:llvm
671 namespace ARM { namespace in namespace:llvm
[all...]
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
18 namespace ARM { namespace in namespace:llvm
H A DARMWinEHPrinter.cpp1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-===//
10 // Windows on ARM uses a series of serialised data structures (RuntimeFunction)
49 // (c.f. ARM::WinEH::HeaderWords) and encodes most of the same information as
77 raw_ostream &operator<<(raw_ostream &OS, const ARM::WinEH::ReturnType &RT) {
79 case ARM::WinEH::ReturnType::RT_POP:
82 case ARM::WinEH::ReturnType::RT_B:
85 case ARM::WinEH::ReturnType::RT_BW:
88 case ARM::WinEH::ReturnType::RT_NoEpilogue:
115 namespace ARM { namespace in namespace:llvm
H A DARMEHABIPrinter.h1 //===--- ARMEHABIPrinter.h - ARM EHABI Unwind Information Printer ----------===//
25 namespace ARM { namespace in namespace:llvm
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
411 /// ARM EHABI Section 6.2 - The generic model
423 /// ARM EHABI Section 6.3 - The ARM-defined compact model
478 /// ARM EHABI Section 5 - Index Table Entries
/external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
H A DARM.java2 * BCJ filter for little endian ARM instructions
13 public final class ARM implements SimpleFilter { class in inherits:SimpleFilter
17 public ARM(boolean isEncoder, int startPos) { method in class:ARM
/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc87 // Per ARM IHI 0040A, section 3.1
88 vector<string> DwarfCFIToModule::RegisterNames::ARM() { function in class:google_breakpad::DwarfCFIToModule::RegisterNames
108 // Per ARM IHI 0057A, section 3.1
/external/llvm/include/llvm/Support/
H A DARMEHABI.h1 //===--- ARMEHABI.h - ARM Exception Handling ABI ----------------*- C++ -*-===//
10 // This file defines the constants for the ARM unwind opcodes and exception
13 // The enumerations and constants in this file reflect the ARM EHABI
14 // Specification as published by ARM.
16 // Exception Handling ABI for the ARM Architecture r2.09 - November 30, 2012
26 namespace ARM { namespace in namespace:llvm
28 /// ARM exception handling table entry kinds
39 /// ARM-defined frame unwinding opcodes
118 /// ARM-defined Personality Routine Index
120 // To make the exception handling table become more compact, ARM define
[all...]
H A DTargetParser.h31 namespace ARM { namespace in namespace:llvm
142 } // namespace ARM
H A DARMWinEH.h1 //===-- llvm/Support/WinARMEH.h - Windows on ARM EH Constants ---*- C++ -*-===//
17 namespace ARM { namespace in namespace:llvm
/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/valgrind/coregrind/
H A Dpub_core_basics.h80 } ARM; member in union:__anon18989::__anon18990
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h34 /// \brief ARM builtins
35 namespace ARM { namespace in namespace:clang
/external/v8/src/base/
H A Dcpu.h46 static const int ARM = 0x41; member in class:v8::base::final
54 // ARM-specific part codes
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h36 ARM, /// Windows NT (Windows on ARM) member in class:llvm::WinEH::EncodingType
37 CE, /// Windows CE ARM, PowerPC, SH3, SH4
48 ARM, /// ARM EHABI member in class:llvm::ExceptionHandling
527 ExceptionsType == ExceptionHandling::ARM || usesWindowsCFI());
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...

Completed in 1977 milliseconds