Searched refs:decodeDstOp (Results 1 – 2 of 2) sorted by relevance
115 MCOperand decodeDstOp(const OpWidthTy Width, unsigned Val) const;
517 return decodeDstOp(OPW256, Val); in decodeOperand_SReg_256()521 return decodeDstOp(OPW512, Val); in decodeOperand_SReg_512()739 MCOperand AMDGPUDisassembler::decodeDstOp(const OpWidthTy Width, unsigned Val) const { in decodeDstOp() function in AMDGPUDisassembler