Lines Matching refs:DecodeStatus
55 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef
57 inline static MCDisassembler::DecodeStatus
76 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget()
89 static DecodeStatus StaticDecoderName(MCInst &Inst, \
118 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG()
126 static DecodeStatus decodeOperand_VSrcV216(MCInst &Inst, in decodeOperand_VSrcV216()
154 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst()
171 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
186 DecodeStatus Res = MCDisassembler::Fail; in getInstruction()
269 DecodeStatus AMDGPUDisassembler::convertSDWAInst(MCInst &MI) const { in convertSDWAInst()
291 DecodeStatus AMDGPUDisassembler::convertMIMGInst(MCInst &MI) const { in convertMIMGInst()