Searched refs:arch_flags (Results 1 – 11 of 11) 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()
1505 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1506 if (arch_flags & ArchSpec::eMIPSAse_msa) in DisassemblerLLVMC()1508 if (arch_flags & ArchSpec::eMIPSAse_dsp) in DisassemblerLLVMC()1510 if (arch_flags & ArchSpec::eMIPSAse_dspr2) in DisassemblerLLVMC()1523 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1524 if (arch_flags & ArchSpec::eRISCV_rvc) in DisassemblerLLVMC()1526 if (arch_flags & ArchSpec::eRISCV_rve) in DisassemblerLLVMC()1534 if ((arch_flags & ArchSpec::eRISCV_float_abi_quad) == in DisassemblerLLVMC()1560 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local1561 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()[all …]
688 enum machine_type arch_flags; in NAME() local690 arch_flags = M_UNKNOWN; in NAME()700 arch_flags = M_SPARC; in NAME()702 arch_flags = M_SPARCLET; in NAME()720 arch_flags = M_386; in NAME()733 arch_flags = M_MIPS1; in NAME()739 arch_flags = M_MIPS2; in NAME()742 arch_flags = M_UNKNOWN; in NAME()767 arch_flags = M_UNKNOWN; in NAME()770 if (arch_flags != M_UNKNOWN) in NAME()[all …]
761 enum machine_type arch_flags; in tic30_aout_machine_type() local763 arch_flags = M_UNKNOWN; in tic30_aout_machine_type()772 arch_flags = M_UNKNOWN; in tic30_aout_machine_type()774 if (arch_flags != M_UNKNOWN) in tic30_aout_machine_type()776 return arch_flags; in tic30_aout_machine_type()
699 arch_flags = M_UNKNOWN; in NAME()715 arch_flags = M_SPARC; in NAME()717 arch_flags = M_SPARCLET; in NAME()735 arch_flags = M_386; in NAME()740 arch_flags = M_ARM; in NAME()749 arch_flags = M_MIPS1; in NAME()752 arch_flags = M_MIPS2; in NAME()773 arch_flags = M_MIPS2; in NAME()776 arch_flags = M_UNKNOWN; in NAME()797 arch_flags = M_CRIS; in NAME()[all …]
929 enum machine_type arch_flags; variable931 arch_flags = M_UNKNOWN;941 arch_flags = M_SPARC;943 arch_flags = M_SPARCLET;961 arch_flags = M_386;978 arch_flags = M_MIPS1;984 arch_flags = M_MIPS2;987 arch_flags = M_UNKNOWN;1012 arch_flags = M_UNKNOWN;1015 if (arch_flags != M_UNKNOWN)[all …]
734 arch_flags = M_UNKNOWN;745 arch_flags = M_SPARC;747 arch_flags = M_SPARCLET;765 arch_flags = M_386;770 arch_flags = M_29K;775 arch_flags = M_ARM;784 arch_flags = M_MIPS1;787 arch_flags = M_MIPS2;807 arch_flags = M_MIPS2;831 arch_flags = M_CRIS;[all …]
809 enum machine_type arch_flags; local811 arch_flags = M_UNKNOWN;820 arch_flags = M_UNKNOWN;822 if (arch_flags != M_UNKNOWN)824 return arch_flags;
1471 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local1479 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()1500 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX; in GetSectionHeaderInfo()1503 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64; in GetSectionHeaderInfo()1514 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()1517 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64; in GetSectionHeaderInfo()1520 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32; in GetSectionHeaderInfo()1523 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64; in GetSectionHeaderInfo()1528 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64; in GetSectionHeaderInfo()1530 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32; 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()