Home
last modified time | relevance | path

Searched refs:arch_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp145 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local
146 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()
147 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1588 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local
1596 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 …]
/freebsd-12.1/contrib/binutils/bfd/
H A Daoutx.h722 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1186 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local
1187 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() local
1224 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()
1226 else if (arch_flags & ArchSpec::eMIPSAse_micromips) in DisassemblerLLVMC()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS64() local
142 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp141 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS() local
142 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()