Searched refs:IsAlwaysThumbInstructions (Results 1 – 5 of 5) sorted by relevance
519 bool IsAlwaysThumbInstructions() const;
1128 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
1492 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
1424 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
13769 m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13782 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()13804 if ((m_opcode_cpsr & MASK_CPSR_T) || m_arch.IsAlwaysThumbInstructions()) { in ReadInstruction()14371 arch.IsAlwaysThumbInstructions()) { in TestEmulation()