Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
HDArchitectureMips.cpp139 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h62 eMIPSAse_micromips = 0x00000800, // MICROMIPS ASE enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp1606 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.cpp151 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.cpp173 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1420 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()