Lines Matching defs:OpX
371 uint16_t OpX;
688 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily) {
690 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily);
697 const auto *OpX = getVOPDBaseFromComponent(Info->OpX);
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);
797 const auto &OpXDesc = InstrInfo->get(OpX);