Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp499 bool SubregBit = (Register & 0x1) != 0; in getSingleInstruction() local
502 unsigned Producer = SubregBit ? in getSingleInstruction()
516 SubregBit = !SubregBit; in getSingleInstruction()
517 Producer = (ProdPairIndex << 1) + SubregBit + Hexagon::V0; in getSingleInstruction()
518 } else if (SubregBit) in getSingleInstruction()