Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp139 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h62 eMIPSAse_micromips = 0x00000800, // MICROMIPS ASE enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1606 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DecodeInstructions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp151 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp173 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1420 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()