Searched refs:arch_flags (Results 1 – 6 of 6) sorted by relevance
137 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local138 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()139 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
1546 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() 1547 if (arch_flags & ArchSpec::eMIPSAse_msa) in DisassemblerLLVMC() 1549 if (arch_flags & ArchSpec::eMIPSAse_dsp) in DisassemblerLLVMC() 1551 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in DisassemblerLLVMC() 1564 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() 1565 if (arch_flags & ArchSpec::eRISCV_rvc) in DisassemblerLLVMC() 1567 if (arch_flags & ArchSpec::eRISCV_rve) in DisassemblerLLVMC() 1569 if ((arch_flags & ArchSpec::eRISCV_float_abi_single) == in DisassemblerLLVMC() 1572 if ((arch_flags & ArchSpec::eRISCV_float_abi_double) ==1575 if ((arch_flags 1505 uint32_t arch_flags = arch.GetFlags(); DisassemblerLLVMC() local 1523 uint32_t arch_flags = arch.GetFlags(); DisassemblerLLVMC() local 1560 uint32_t arch_flags = arch.GetFlags(); DisassemblerLLVMC() local [all...]
1507 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local1515 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()1521 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY; in GetSectionHeaderInfo()1524 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE; in GetSectionHeaderInfo()1527 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE; in GetSectionHeaderInfo()1530 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()1533 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64; in GetSectionHeaderInfo()1536 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()1539 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()1542 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()
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()
705 uint32_t arch_flags = arch.GetFlags(); in RegisterIsCalleeSaved() local708 bool is_hw_fp = (arch_flags & ArchSpec::eRISCV_float_abi_mask) != 0; in RegisterIsCalleeSaved()