Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h290 EF_MIPS_ARCH_32R6 = 0x90000000, enumerator
305 E_MIPS_ARCH_32R6 = EF_MIPS_ARCH_32R6,
541 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32R6) in r6_isa()
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h253 #define EF_MIPS_ARCH_32R6 0x90000000 macro
284 #define E_MIPS_ARCH_32R6 EF_MIPS_ARCH_32R6
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp131 case ELF::EF_MIPS_ARCH_32R6: in getMIPSFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h559 EF_MIPS_ARCH_32R6 = 0x90000000, // mips32r6 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp842 EFlags |= ELF::EF_MIPS_ARCH_32R6; in MipsTargetELFStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp979 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_32R6 || in createStubFunction()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c834 ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6 \
7099 case EF_MIPS_ARCH_32R6: in _bfd_elf_mips_mach()
12349 val = MIPS_DEFAULT_R6 ? EF_MIPS_ARCH_32R6 : EF_MIPS_ARCH_1; in mips_set_isa_flags()
12491 val = EF_MIPS_ARCH_32R6; in mips_set_isa_flags()
14754 case EF_MIPS_ARCH_32R6: new_isa = LEVEL_REV (32, 6); break; in update_mips_abiflags_isa()
14789 || (flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6); in mips_32bit_flags_p()
16435 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) in _bfd_mips_elf_print_private_bfd_data()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc8854 || (flags & elfcpp::EF_MIPS_ARCH) == elfcpp::EF_MIPS_ARCH_32R6); in mips_32bit_flags()
8952 case elfcpp::EF_MIPS_ARCH_32R6: in elf_mips_mach()
9128 case elfcpp::EF_MIPS_ARCH_32R6: in update_abiflags_isa()
12625 case elfcpp::EF_MIPS_ARCH_32R6: in elf_mips_mach_name()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp451 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH); in bitset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1430 ENUM_ENT(EF_MIPS_ARCH_32R6, "mips32r6"),
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3871 case EF_MIPS_ARCH_32R6: in decode_MIPS_machine_flags()