Searched refs:IsAlwaysThumbInstructions (Results 1 – 6 of 6) sorted by relevance
523 bool IsAlwaysThumbInstructions() const;
1125 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
1440 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
1450 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
13799 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13812 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13834 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()14401 arch.IsAlwaysThumbInstructions()) { in TestEmulation()
2515 const bool always_thumb = GetArchitecture().IsAlwaysThumbInstructions(); in ParseSymtab()