Lines Matching refs:OpY
401 uint16_t OpY; member
778 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily, in getVOPDFull() argument
780 bool IsConvertibleToBitOp = VOPD3 ? getBitOp2(OpY) : 0; in getVOPDFull()
781 OpY = IsConvertibleToBitOp ? (unsigned)AMDGPU::V_BITOP3_B32_e64 : OpY; in getVOPDFull()
783 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily, VOPD3); in getVOPDFull()
791 const auto *OpY = getVOPDBaseFromComponent(Info->OpY); in getVOPDComponents() local
792 assert(OpX && OpY); in getVOPDComponents()
793 return {OpX->BaseVOP, OpY->BaseVOP}; in getVOPDComponents()
952 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) { in getVOPDInstInfo() argument
953 return VOPD::InstInfo(OpX, OpY); in getVOPDInstInfo()
958 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode); in getVOPDInstInfo()
960 const auto &OpYDesc = InstrInfo->get(OpY); in getVOPDInstInfo()