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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp757 static const MCPhysReg GuestRegDecoderTable[] = { local
768 if (RegNo >= array_lengthof(GuestRegDecoderTable))
770 if (GuestRegDecoderTable[RegNo] == Hexagon::NoRegister)
773 unsigned Register = GuestRegDecoderTable[RegNo];

Completed in 51 milliseconds