Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp139 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DArchSpec.h63 eMIPSAse_micromips = 0x00000800, // MICROMIPS ASE enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1563 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp151 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp173 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1384 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()