Searched refs:convertDPP8Inst (Results 1 – 2 of 2) sorted by relevance
91 DecodeStatus convertDPP8Inst(MCInst &MI) const;
440 if (convertDPP8Inst(MI) == MCDisassembler::Success) in getInstruction()447 if (Res && convertDPP8Inst(MI) == MCDisassembler::Success) in getInstruction()658 DecodeStatus AMDGPUDisassembler::convertDPP8Inst(MCInst &MI) const { in convertDPP8Inst() function in AMDGPUDisassembler