Lines Matching defs:OpY
372 uint16_t OpY;
688 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily) {
690 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily);
698 const auto *OpY = getVOPDBaseFromComponent(Info->OpY);
699 assert(OpX && OpY);
700 return {OpX->BaseVOP, OpY->BaseVOP};
790 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) {
791 return VOPD::InstInfo(OpX, OpY);
796 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode);
798 const auto &OpYDesc = InstrInfo->get(OpY);