Home
last modified time | relevance | path

Searched refs:arch_flags (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp143 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local
144 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()
145 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1411 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local
1419 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()
1425 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY; in GetSectionHeaderInfo()
1428 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE; in GetSectionHeaderInfo()
1431 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE; in GetSectionHeaderInfo()
1434 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()
1437 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64; in GetSectionHeaderInfo()
1440 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()
1443 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()
1446 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A; in GetSectionHeaderInfo()
[all …]
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1131 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local
1132 if (arch_flags & ArchSpec::eMIPSAse_msa) in DisassemblerLLVMC()
1134 if (arch_flags & ArchSpec::eMIPSAse_dsp) in DisassemblerLLVMC()
1136 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in DisassemblerLLVMC()
1172 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local
1173 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()
1175 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS64() local
142 if (arch_flags & ArchSpec::eMIPSAse_msa) in EmulateInstructionMIPS64()
144 if (arch_flags & ArchSpec::eMIPSAse_dsp) in EmulateInstructionMIPS64()
146 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in EmulateInstructionMIPS64()
148 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS64()
150 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS() local
142 if (arch_flags & ArchSpec::eMIPSAse_msa) in EmulateInstructionMIPS()
144 if (arch_flags & ArchSpec::eMIPSAse_dsp) in EmulateInstructionMIPS()
146 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in EmulateInstructionMIPS()
170 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS()
172 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()