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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp794 static const MCPhysReg GuestReg64DecoderTable[] = { local
805 if (RegNo >= array_lengthof(GuestReg64DecoderTable))
807 if (GuestReg64DecoderTable[RegNo] == Hexagon::NoRegister)
810 unsigned Register = GuestReg64DecoderTable[RegNo];

Completed in 105 milliseconds