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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp487 bool SubregBit = (Register & 0x1) != 0; local
490 unsigned Producer = SubregBit ?
499 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0;
500 else if (SubregBit)

Completed in 111 milliseconds