Searched refs:decodeDstOp (Results 1 – 2 of 2) sorted by relevance
236 MCOperand decodeDstOp(const OpWidthTy Width, unsigned Val) const;
1260 return decodeDstOp(OPW256, Val); in decodeOperand_SReg_256()1264 return decodeDstOp(OPW512, Val); in decodeOperand_SReg_512()1546 MCOperand AMDGPUDisassembler::decodeDstOp(const OpWidthTy Width, unsigned Val) const { in decodeDstOp() function in AMDGPUDisassembler