Home
last modified time | relevance | path

Searched refs:IsAlwaysThumbInstructions (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h524 bool IsAlwaysThumbInstructions() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1129 if (arch.IsAlwaysThumbInstructions()) { in Disassembler()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1441 bool ArchSpec::IsAlwaysThumbInstructions() const { in IsAlwaysThumbInstructions() function in ArchSpec
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1492 if (arch.IsAlwaysThumbInstructions()) { in DisassemblerLLVMC()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13769 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()