Searched refs:arch_flags (Results 1 – 5 of 5) sorted by relevance
143 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local144 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()145 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
1411 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local1419 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 …]
1131 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1132 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() local1173 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()1175 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS64() local142 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()
141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS() local142 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()