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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.h63 bool isMipsR6();
H A DThunks.cpp930 if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6())
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp266 write16(buf, isMipsR6() ? 0x7860 : 0x7980); // addiupc v1, (GOTPLT) - .
273 if (isMipsR6()) {
328 if (isMipsR6()) {
345 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009)
H A DMipsArchTree.cpp386 bool isMipsR6() { function in namespace:lld::elf

Completed in 173 milliseconds