Home
last modified time | relevance | path

Searched refs:eMIPSAse_mips16 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp144 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()
/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h63 eMIPSAse_mips16 = 0x00000400, // MIPS16 ASE enumerator
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1173 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp148 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS64()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp170 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1349 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo()