Searched refs:decodeOperand_VSrc16 (Results 1 – 3 of 3) sorted by relevance
100 MCOperand decodeOperand_VSrc16(unsigned Val) const;
147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG()152 return addOperand(Inst, DAsm->decodeOperand_VSrc16(Imm)); in DECODE_OPERAND_REG()176 return addOperand(Inst, DAsm->decodeOperand_VSrc16(Imm)); in decodeOperand_VS_16()900 MCOperand AMDGPUDisassembler::decodeOperand_VSrc16(unsigned Val) const { in decodeOperand_VSrc16() function in AMDGPUDisassembler
910 let DecoderMethod = "decodeOperand_VSrc16";