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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp783 static const MCPhysReg GuestReg64DecoderTable[] = { local
794 if (RegNo >= array_lengthof(GuestReg64DecoderTable))
796 if (GuestReg64DecoderTable[RegNo] == Hexagon::NoRegister)
799 unsigned Register = GuestReg64DecoderTable[RegNo];

Completed in 106 milliseconds