Searched defs:Thumb (Results 1 – 7 of 7) sorted by relevance
217 Thumb = 1 << 0 enumerator
52 enum class CodeState { Data = 0, Thumb = 2, Arm = 4 }; enumerator
2576 const bool Thumb = Opcode == ARM::tTPsoft; in ExpandMI() local3177 const bool Thumb = Opcode == ARM::tBL_PUSHLR; in ExpandMI() local
2986 bool Thumb = ST->isThumb(); in adjustForSegmentedStacks() local
147 Thumb = 0x1C2, enumerator
133 Thumb = 0xf0, enumerator
2960 bool hasArmWideBranch(bool Thumb) const override { in hasArmWideBranch()