Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp137 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress() local
138 bool IsMips16 = arch_flags & ArchSpec::eMIPSAse_mips16; in GetInstructionAtAddress()
139 bool IsMicromips = arch_flags & ArchSpec::eMIPSAse_micromips; in GetInstructionAtAddress()
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1505 uint32_t arch_flags = arch.GetFlags(); in DisassemblerLLVMC() local
1506 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() local
1524 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() local
1561 if (arch_flags & ArchSpec::eMIPSAse_mips16) in DisassemblerLLVMC()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c688 enum machine_type arch_flags; in NAME() local
690 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 …]
H A Daout-tic30.c761 enum machine_type arch_flags; in tic30_aout_machine_type() local
763 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()
H A Daoutx.h699 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 …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c929 enum machine_type arch_flags; variable
931 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 …]
H A Daoutx.h734 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 …]
H A Daout-tic30.c809 enum machine_type arch_flags; local
811 arch_flags = M_UNKNOWN;
820 arch_flags = M_UNKNOWN;
822 if (arch_flags != M_UNKNOWN)
824 return arch_flags;
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1471 uint32_t arch_flags = arch_spec.GetFlags(); in GetSectionHeaderInfo() local
1479 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 …]
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp142 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS64() local
143 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp142 uint32_t arch_flags = arch.GetFlags(); in EmulateInstructionMIPS() local
143 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()