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

/external/chromium_org/v8/src/base/
H A Dcpu.h46 static const int ARM = 0x41; member in class:v8::base::FINAL
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h33 /// \brief ARM builtins
34 namespace ARM { namespace in namespace:clang
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h37 ET_ARM, /// Windows NT (Windows on ARM)
38 ET_CE, /// Windows CE ARM, PowerPC, SH3, SH4
48 ARM, /// ARM EHABI member in class:llvm::ExceptionHandling
483 ExceptionsType == ExceptionHandling::ARM ||
/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 DARMWinEH.h1 //===-- llvm/Support/WinARMEH.h - Windows on ARM EH Constants ---*- C++ -*-===//
17 namespace ARM { namespace in namespace:llvm
/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++ -*-===//
24 namespace ARM { namespace in namespace:llvm
56 return "ARM Assembly / Object Emitter";
104 // ARM/Darwin adds ISA to the DWARF info for each function.
108 ARM::DW_ISA_ARM_thumb : ARM::DW_ISA_ARM_arm;
H A DARMFPUName.h1 //===-- ARMFPUName.h - List of the ARM FPU names ----------------*- C++ -*-===//
14 namespace ARM { namespace in namespace:llvm
23 } // namespace 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
226 namespace ARM { namespace in namespace:llvm
595 namespace ARM { namespace in namespace:llvm
[all...]
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
38 // reloc_arm_machine_cp_entry - Relocation of a ARM machine constantpool
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMArchName.h1 //===-- ARMArchName.h - List of the ARM arch names --------------*- C++ -*-===//
14 namespace ARM { namespace in namespace:llvm
24 } // namespace ARM
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/tools/llvm-readobj/
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);
399 /// ARM EHABI Section 6.2 - The generic model
411 /// ARM EHABI Section 6.3 - The ARM-defined compact model
466 /// ARM EHABI Section 5 - Index Table Entries
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 DARMWinEHPrinter.h1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
18 namespace ARM { namespace in namespace:llvm
/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/ ...
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h112 } ARM; member in union:__anon32692::__anon32693

Completed in 974 milliseconds