Home
last modified time | relevance | path

Searched defs:Thumb (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h217 Thumb = 1 << 0 enumerator
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp52 enum class CodeState { Data = 0, Thumb = 2, Arm = 4 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2576 const bool Thumb = Opcode == ARM::tTPsoft; in ExpandMI() local
3177 const bool Thumb = Opcode == ARM::tBL_PUSHLR; in ExpandMI() local
H A DARMFrameLowering.cpp2986 bool Thumb = ST->isThumb(); in adjustForSegmentedStacks() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h147 Thumb = 0x1C2, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h133 Thumb = 0xf0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h2960 bool hasArmWideBranch(bool Thumb) const override { in hasArmWideBranch()