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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp145 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h64 eMIPSAse_micromips = 0x00000800, // MICROMIPS ASE enumerator in enum:lldb_private::ArchSpec::MIPSASE
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1175 else if (arch_flags & ArchSpec::eMIPSAse_micromips)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp150 if (arch_flags & ArchSpec::eMIPSAse_micromips)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp172 else if (arch_flags & ArchSpec::eMIPSAse_micromips)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1346 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips);

Completed in 128 milliseconds