Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp276 uint16_t hw22 = *instBuf++; in scanCortexA8Errata657417() local
279 uint32_t instr2 = (hw21 << 16) | hw22; in scanCortexA8Errata657417()