Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp488 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local
491 unsigned Producer = SubregBit ? in getSingleInstruction()
500 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()
501 else if (SubregBit) in getSingleInstruction()