Searched refs:SubregBit (Results 1 – 2 of 2) sorted by relevance
540 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local543 unsigned Producer = SubregBit ? in getSingleInstruction()552 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()553 else if (SubregBit) in getSingleInstruction()
371 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local372 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()382 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()383 else if (SubregBit) in getSingleInstruction()