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

  /external/llvm/lib/Target/ARM/
ARMFPUName.h 1 //===-- ARMFPUName.h - List of the ARM FPU names ----------------*- C++ -*-===//
14 namespace ARM {
23 } // namespace ARM
ARMAsmPrinter.h 1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
24 namespace ARM {
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;
ARMRelocations.h 1 //===-- ARMRelocations.h - ARM Code Relocations -----------------*- C++ -*-===//
10 // This file defines the ARM target-specific relocation types.
20 namespace ARM {
38 // 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
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 conditional move instructions
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMArchName.h 1 //===-- ARMArchName.h - List of the ARM arch names --------------*- C++ -*-===//
14 namespace ARM {
24 } // namespace ARM
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.
  /external/llvm/lib/Support/
ARMWinEH.cpp 1 //===-- ARMWinEH.cpp - Windows on ARM EH Support Functions ------*- C++ -*-===//
14 namespace ARM {
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
18 namespace ARM {
ARMWinEHPrinter.cpp 1 //===-- 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 {
ARMEHABIPrinter.h 1 //===--- ARMEHABIPrinter.h - ARM EHABI Unwind Information Printer ----------===//
25 namespace ARM {
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
  /external/clang/include/clang/Basic/
TargetBuiltins.h 33 /// \brief ARM builtins
34 namespace ARM {
  /external/llvm/include/llvm/Support/
ARMEHABI.h 1 //===--- 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
18 // http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038a/IHI0038A_ehabi.pdf
26 namespace ARM {
28 /// ARM exception handling table entry kinds
39 /// ARM-defined frame unwinding opcode
    [all...]
ARMWinEH.h 1 //===-- llvm/Support/WinARMEH.h - Windows on ARM EH Constants ---*- C++ -*-===//
17 namespace ARM {
  /external/chromium_org/v8/src/base/
cpu.h 44 // arm implementer/part information
46 static const int ARM = 0x41;
72 // arm features
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 37 ET_ARM, /// Windows NT (Windows on ARM)
38 ET_CE, /// Windows CE ARM, PowerPC, SH3, SH4
48 ARM, /// ARM EHABI
483 ExceptionsType == ExceptionHandling::ARM ||

Completed in 348 milliseconds