Lines Matching defs:OpX
372 uint16_t OpX;
649 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily) {
651 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily);
658 auto OpX = getVOPDBaseFromComponent(Info->OpX);
660 assert(OpX && OpY);
661 return {OpX->BaseVOP, OpY->BaseVOP};
751 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) {
752 return VOPD::InstInfo(OpX, OpY);
757 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode);
758 const auto &OpXDesc = InstrInfo->get(OpX);