Searched refs:IsAlwaysThumbInstructions (Results 1 – 6 of 6) sorted by relevance
502 bool IsAlwaysThumbInstructions() const;
1090 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
1077 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
1399 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
13806 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13819 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13841 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()14408 arch.IsAlwaysThumbInstructions()) { in TestEmulation()
2438 const bool always_thumb = GetArchitecture().IsAlwaysThumbInstructions(); in ParseSymtab()