HomeSort by relevance Sort by last modified time
    Searched refs:EHABI (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp 52 assert(PI < ARM::EHABI::NUM_PERSONALITY_INDEX &&
54 EmitByte(ARM::EHABI::EHT_COMPACT | PI);
60 EmitByte(ARM::EHABI::UNWIND_OPCODE_FINISH);
84 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range);
88 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range);
95 EmitInt16(ARM::EHABI::UNWIND_OPCODE_POP_REG_MASK_R4 | (RegSave >> 4));
99 EmitInt16(ARM::EHABI::UNWIND_OPCODE_POP_REG_MASK | (RegSave & 0x000fu));
114 ? ARM::EHABI::UNWIND_OPCODE_POP_VFP_REG_RANGE_FSTMFDD_D16
115 : ARM::EHABI::UNWIND_OPCODE_POP_VFP_REG_RANGE_FSTMFDD;
127 EmitInt8(ARM::EHABI::UNWIND_OPCODE_SET_VSP | Reg)
    [all...]
ARMELFStreamer.cpp 50 assert(Index < ARM::EHABI::NUM_PERSONALITY_INDEX &&
    [all...]
  /external/llvm/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ARMEHABI.h 13 // The enumerations and constants in this file reflect the ARM EHABI
27 namespace EHABI {
121 // several personality routines in EHABI. There are 3 different
122 // personality routines in ARM EHABI currently. It is possible to have 16
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 445 @ Per EHABI #4.7 this only saves the core integer registers.
446 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 1 //===--- ARMEHABIPrinter.h - ARM EHABI Unwind Information Printer ----------===//
27 namespace EHABI {
419 /// ARM EHABI Section 6.2 - The generic model
431 /// ARM EHABI Section 6.3 - The ARM-defined compact model
486 /// ARM EHABI Section 5 - Index Table Entries
ELFDumper.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 4442 milliseconds