Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp145 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h64 eMIPSAse_micromips = 0x00000800, // MICROMIPS ASE enumerator
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1175 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp150 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp172 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1346 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()