Home
last modified time | relevance | path

Searched refs:zHazardplt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DMips.cpp311 uint32_t jalrInst = config->zHazardplt ? 0x0320fc09 : 0x0320f809; in writePltHeader()
346 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009) in writePlt()
347 : (config->zHazardplt ? 0x03200408 : 0x03200008); in writePlt()
/external/llvm-project/lld/ELF/
DConfig.h226 bool zHazardplt; member
DDriver.cpp1100 config->zHazardplt = hasZOption(args, "hazardplt"); in readConfigs()