Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp540 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local
543 unsigned Producer = SubregBit ? in getSingleInstruction()
552 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()
553 else if (SubregBit) in getSingleInstruction()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp371 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local
372 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()