Searched refs:decodeDstOp (Results 1 – 2 of 2) sorted by relevance
156 MCOperand decodeDstOp(const OpWidthTy Width, unsigned Val) const;
1020 return decodeDstOp(OPW256, Val); in decodeOperand_SReg_256()1024 return decodeDstOp(OPW512, Val); in decodeOperand_SReg_512()1285 MCOperand AMDGPUDisassembler::decodeDstOp(const OpWidthTy Width, unsigned Val) const { in decodeDstOp() function in AMDGPUDisassembler