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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp768 static const MCPhysReg GuestRegDecoderTable[] = { local
779 if (RegNo >= array_lengthof(GuestRegDecoderTable))
781 if (GuestRegDecoderTable[RegNo] == Hexagon::NoRegister)
784 unsigned Register = GuestRegDecoderTable[RegNo];

Completed in 102 milliseconds