Home
last modified time | relevance | path

Searched refs:isMipsR6 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h58 bool isMipsR6();
H A DThunks.cpp1409 if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6()) in addThunkMips()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp265 write16(buf, isMipsR6() ? 0x7860 : 0x7980); // addiupc v1, (GOTPLT) - . in writePltHeader()
272 if (isMipsR6()) { in writePltHeader()
327 if (isMipsR6()) { in writePlt()
344 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009) in writePlt()
H A DMipsArchTree.cpp386 bool elf::isMipsR6() { in isMipsR6() function in elf