Searched refs:arch_flags (Results 1 – 6 of 6) sorted by relevance
145 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local146 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()147 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
1588 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local1596 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()1617 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()1620 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()1631 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()1634 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64; in GetSectionHeaderInfo()1637 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32; in GetSectionHeaderInfo()1640 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64; in GetSectionHeaderInfo()1645 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64; in GetSectionHeaderInfo()1647 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32; in GetSectionHeaderInfo()[all …]
722 arch_flags = M_UNKNOWN; in NAME()738 arch_flags = M_SPARC; in NAME()740 arch_flags = M_SPARCLET; in NAME()758 arch_flags = M_386; in NAME()763 arch_flags = M_ARM; in NAME()772 arch_flags = M_MIPS1; in NAME()775 arch_flags = M_MIPS2; in NAME()796 arch_flags = M_MIPS2; in NAME()799 arch_flags = M_UNKNOWN; in NAME()820 arch_flags = M_CRIS; in NAME()[all …]
1186 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1187 if (arch_flags & ArchSpec::eMIPSAse_msa) in DisassemblerLLVMC()1189 if (arch_flags & ArchSpec::eMIPSAse_dsp) in DisassemblerLLVMC()1191 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in DisassemblerLLVMC()1223 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1224 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()1226 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()168 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS()170 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()