Lines Matching defs:DecodeStatus
46 using DecodeStatus = llvm::MCDisassembler::DecodeStatus;
85 inline static MCDisassembler::DecodeStatus
104 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm,
119 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr,
133 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr,
139 static DecodeStatus decodeSplitBarrier(MCInst &Inst, unsigned Val,
146 static DecodeStatus decodeDpp8FI(MCInst &Inst, unsigned Val, uint64_t Addr,
153 static DecodeStatus StaticDecoderName(MCInst &Inst, unsigned Imm, \
163 static DecodeStatus Decode##RegClass##RegisterClass( \
174 static DecodeStatus Name(MCInst &Inst, unsigned Imm, uint64_t /*Addr*/, \
183 static DecodeStatus decodeSrcOp(MCInst &Inst, unsigned EncSize,
205 static DecodeStatus decodeAV10(MCInst &Inst, unsigned Imm, uint64_t /* Addr */,
213 static DecodeStatus decodeSrcReg9(MCInst &Inst, unsigned Imm,
224 static DecodeStatus decodeSrcA9(MCInst &Inst, unsigned Imm, uint64_t /* Addr */,
233 static DecodeStatus decodeSrcAV10(MCInst &Inst, unsigned Imm,
247 static DecodeStatus decodeSrcRegOrImm9(MCInst &Inst, unsigned Imm,
258 static DecodeStatus decodeSrcRegOrImmA9(MCInst &Inst, unsigned Imm,
267 static DecodeStatus decodeSrcRegOrImmDeferred9(MCInst &Inst, unsigned Imm,
308 static DecodeStatus DecodeVGPR_16RegisterClass(MCInst &Inst, unsigned Imm,
320 static DecodeStatus
331 static DecodeStatus decodeOperand_VSrcT16_Lo128(MCInst &Inst, unsigned Imm,
347 static DecodeStatus decodeOperand_VSrcT16(MCInst &Inst, unsigned Imm,
363 static DecodeStatus decodeOperand_KImmFP(MCInst &Inst, unsigned Imm,
370 static DecodeStatus decodeOperandVOPDDstY(MCInst &Inst, unsigned Val,
390 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm,
425 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm,
431 static DecodeStatus decodeOperand_VSrc_f64(MCInst &Inst, unsigned Imm,
448 static DecodeStatus decodeVersionImm(MCInst &Inst, unsigned Imm,
480 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size,