Searched refs:arch_flags (Results 1 – 8 of 8) sorted by relevance
63 lldb_private::Flags arch_flags = arch.GetFlags(); in CallFrameAddressIsValid() local64 if (arch_flags.Test(lldb_private::ArchSpec::eRISCV_rve)) in CallFrameAddressIsValid()78 lldb_private::Flags arch_flags(arch.GetFlags()); in CodeAddressIsValid()79 if (!arch_flags.Test(lldb_private::ArchSpec::eRISCV_rvc) && (pc & 2)) in CodeAddressIsValid()
778 uint32_t arch_flags = arch.GetFlags(); in RegisterIsCalleeSaved() local781 bool is_hw_fp = (arch_flags & ArchSpec::eRISCV_float_abi_mask) != 0; in RegisterIsCalleeSaved()
136 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local137 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()138 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
1559 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1560 if (arch_flags & ArchSpec::eMIPSAse_msa) in DisassemblerLLVMC()1562 if (arch_flags & ArchSpec::eMIPSAse_dsp) in DisassemblerLLVMC()1564 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in DisassemblerLLVMC()1577 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1578 if (arch_flags & ArchSpec::eRISCV_rvc) in DisassemblerLLVMC()1580 if (arch_flags & ArchSpec::eRISCV_rve) in DisassemblerLLVMC()1582 if ((arch_flags & ArchSpec::eRISCV_float_abi_single) == in DisassemblerLLVMC()1585 if ((arch_flags & ArchSpec::eRISCV_float_abi_double) == in DisassemblerLLVMC()1588 if ((arch_flags & ArchSpec::eRISCV_float_abi_quad) == in DisassemblerLLVMC()[all …]
1500 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local1508 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()1514 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY; in GetSectionHeaderInfo()1517 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE; in GetSectionHeaderInfo()1520 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE; in GetSectionHeaderInfo()1523 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()1526 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64; in GetSectionHeaderInfo()1529 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()1532 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()1535 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A; in GetSectionHeaderInfo()[all …]
142 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS64() local143 if (arch_flags & ArchSpec::eMIPSAse_msa) in EmulateInstructionMIPS64()145 if (arch_flags & ArchSpec::eMIPSAse_dsp) in EmulateInstructionMIPS64()147 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in EmulateInstructionMIPS64()149 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS64()151 if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS64()
593 uint32_t arch_flags = arch.GetFlags(); in RegisterIsCalleeSaved() local596 bool is_hw_fp = (arch_flags & ArchSpec::eLoongArch_abi_mask) != 0; in RegisterIsCalleeSaved()
142 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS() local143 if (arch_flags & ArchSpec::eMIPSAse_msa) in EmulateInstructionMIPS()145 if (arch_flags & ArchSpec::eMIPSAse_dsp) in EmulateInstructionMIPS()147 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in EmulateInstructionMIPS()171 if (arch_flags & ArchSpec::eMIPSAse_mips16) in EmulateInstructionMIPS()173 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in EmulateInstructionMIPS()