Searched refs:zHazardplt (Results 1 – 3 of 3) sorted by relevance
311 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()
226 bool zHazardplt; member
1100 config->zHazardplt = hasZOption(args, "hazardplt"); in readConfigs()