Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDArchSpec.h65 eMIPSAse_mips16 = 0x00000400, // MIPS16 ASE enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
HDDisassemblerLLVMC.cpp687 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.cpp135 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.cpp135 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS64()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1449 arch_spec.SetFlags (ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo()