Searched refs:Imm9_8 (Results 1 – 1 of 1) sorted by relevance
410 uint16_t Imm9_8 = extractBits(Value, 8, 2) << 9; in applyFixup() local417 *(little16_t *)FixupPtr = (RawInstr & 0xE003) | Imm11 | Imm4 | Imm9_8 | in applyFixup()