This patch adds support for the lxvp, lxvpx, plxvp, stxvp, stxvpx and pstxvp instructions in the PowerPC backend. These instructions allow loading and storing VSX register pairs.
This patch also adds the VSRp register class definition needed for these instructions.
Depends on D83722
This function looks like a subset of what PPCInstPrinter::printOperand() does.. can we not just use that function instead?