Lines Matching defs:DecodeStatus
46 using DecodeStatus = llvm::MCDisassembler::DecodeStatus;
69 inline static MCDisassembler::DecodeStatus
88 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm,
101 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr,
115 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr,
121 static DecodeStatus decodeSplitBarrier(MCInst &Inst, unsigned Val,
128 static DecodeStatus decodeDpp8FI(MCInst &Inst, unsigned Val, uint64_t Addr,
135 static DecodeStatus StaticDecoderName(MCInst &Inst, unsigned Imm, \
145 static DecodeStatus Decode##RegClass##RegisterClass( \
156 static DecodeStatus Name(MCInst &Inst, unsigned Imm, uint64_t /*Addr*/, \
165 static DecodeStatus decodeSrcOp(MCInst &Inst, unsigned EncSize,
187 static DecodeStatus decodeAV10(MCInst &Inst, unsigned Imm, uint64_t /* Addr */,
195 static DecodeStatus decodeSrcReg9(MCInst &Inst, unsigned Imm,
206 static DecodeStatus decodeSrcA9(MCInst &Inst, unsigned Imm, uint64_t /* Addr */,
215 static DecodeStatus decodeSrcAV10(MCInst &Inst, unsigned Imm,
229 static DecodeStatus decodeSrcRegOrImm9(MCInst &Inst, unsigned Imm,
240 static DecodeStatus decodeSrcRegOrImmA9(MCInst &Inst, unsigned Imm,
249 static DecodeStatus decodeSrcRegOrImmDeferred9(MCInst &Inst, unsigned Imm,
294 static DecodeStatus DecodeVGPR_16RegisterClass(MCInst &Inst, unsigned Imm,
306 static DecodeStatus
319 static DecodeStatus decodeOperand_VSrcT16_Lo128(MCInst &Inst, unsigned Imm,
337 static DecodeStatus
356 static DecodeStatus decodeOperand_VSrcT16(MCInst &Inst, unsigned Imm,
372 static DecodeStatus decodeOperand_VGPR_16(MCInst &Inst, unsigned Imm,
385 static DecodeStatus decodeOperand_KImmFP(MCInst &Inst, unsigned Imm,
392 static DecodeStatus decodeOperandVOPDDstY(MCInst &Inst, unsigned Val,
412 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm,
447 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm,
453 static DecodeStatus decodeOperand_VSrc_f64(MCInst &Inst, unsigned Imm,
470 static DecodeStatus decodeVersionImm(MCInst &Inst, unsigned Imm,
513 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size,