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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp490 bool SubregBit = (Register & 0x1) != 0; local
493 unsigned Producer = SubregBit ?
506 Producer = (ProdPairIndex << 1) + SubregBit + Hexagon::V0;
507 } else if (SubregBit)

Completed in 107 milliseconds