Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DAArch64ErrataFix.cpp247 static bool isV8NonStructureLoad(uint32_t instr) { in isV8NonStructureLoad() function
283 return (isV8NonStructureLoad(instr) && getRt(instr) == reg) || in doesLoadStoreWriteToReg()