Searched refs:hw11 (Results 1 – 1 of 1) sorted by relevance
273 uint16_t hw11 = *instBuf++; in scanCortexA8Errata657417() local277 if (is32bitInstruction(hw11) && is32bitInstruction(hw21)) { in scanCortexA8Errata657417()278 uint32_t instr1 = (hw11 << 16) | hw12; in scanCortexA8Errata657417()