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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp144 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h63 eMIPSAse_mips16 = 0x00000400, // MIPS16 ASE enumerator in enum:lldb_private::ArchSpec::MIPSASE
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1173 if (arch_flags & ArchSpec::eMIPSAse_mips16)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp148 if (arch_flags & ArchSpec::eMIPSAse_mips16)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp170 if (arch_flags & ArchSpec::eMIPSAse_mips16)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1349 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16);

Completed in 139 milliseconds