Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h217 Thumb = 1 << 0 enumerator
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp52 enum class CodeState { Data = 0, Thumb = 2, Arm = 4 }; enumerator
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2560 const bool Thumb = Opcode == ARM::tTPsoft; ExpandMI() local
3161 const bool Thumb = Opcode == ARM::tBL_PUSHLR; ExpandMI() local
[all...]
H A DARMFrameLowering.cpp2983 bool Thumb = ST->isThumb(); adjustForSegmentedStacks() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h147 Thumb = 0x1C2, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp837 bool Thumb) { in getOrCreateSlotEntrypoint()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h133 Thumb = 0xf0, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h2848 hasArmWideBranch(bool Thumb) hasArmWideBranch() argument