Lines Matching refs:DecodeStatus
109 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
123 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
135 DecodeStatus Res = in tryDecodeInst()
150 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst()
154 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()
160 std::optional<DecodeStatus>
164 DecodeStatus decodeKernelDescriptor(StringRef KdName, ArrayRef<uint8_t> Bytes,
167 DecodeStatus
176 DecodeStatus decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer,
183 DecodeStatus decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer,
190 DecodeStatus decodeCOMPUTE_PGM_RSRC3(uint32_t FourByteBuffer,
193 DecodeStatus convertEXPInst(MCInst &MI) const;
194 DecodeStatus convertVINTERPInst(MCInst &MI) const;
195 DecodeStatus convertFMAanyK(MCInst &MI, int ImmLitIdx) const;
196 DecodeStatus convertSDWAInst(MCInst &MI) const;
197 DecodeStatus convertDPP8Inst(MCInst &MI) const;
198 DecodeStatus convertMIMGInst(MCInst &MI) const;
199 DecodeStatus convertVOP3DPPInst(MCInst &MI) const;
200 DecodeStatus convertVOP3PDPPInst(MCInst &MI) const;
201 DecodeStatus convertVOPCDPPInst(MCInst &MI) const;