Lines Matching refs:DecodeStatus

46 using DecodeStatus = llvm::MCDisassembler::DecodeStatus;  typedef
85 inline static MCDisassembler::DecodeStatus
104 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm, in decodeSOPPBrTarget()
119 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr, in decodeSMEMOffset()
133 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeBoolReg()
139 static DecodeStatus decodeSplitBarrier(MCInst &Inst, unsigned Val, in decodeSplitBarrier()
146 static DecodeStatus decodeDpp8FI(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeDpp8FI()
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, in decodeSrcOp()
205 static DecodeStatus decodeAV10(MCInst &Inst, unsigned Imm, uint64_t /* Addr */, in decodeAV10()
213 static DecodeStatus decodeSrcReg9(MCInst &Inst, unsigned Imm, in decodeSrcReg9()
224 static DecodeStatus decodeSrcA9(MCInst &Inst, unsigned Imm, uint64_t /* Addr */, in decodeSrcA9()
233 static DecodeStatus decodeSrcAV10(MCInst &Inst, unsigned Imm, in decodeSrcAV10()
247 static DecodeStatus decodeSrcRegOrImm9(MCInst &Inst, unsigned Imm, in decodeSrcRegOrImm9()
258 static DecodeStatus decodeSrcRegOrImmA9(MCInst &Inst, unsigned Imm, in decodeSrcRegOrImmA9()
267 static DecodeStatus decodeSrcRegOrImmDeferred9(MCInst &Inst, unsigned Imm, in decodeSrcRegOrImmDeferred9()
308 static DecodeStatus DecodeVGPR_16RegisterClass(MCInst &Inst, unsigned Imm, in DECODE_OPERAND_REG_8()
320 static DecodeStatus
331 static DecodeStatus decodeOperand_VSrcT16_Lo128(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16_Lo128()
347 static DecodeStatus decodeOperand_VSrcT16(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16()
363 static DecodeStatus decodeOperand_KImmFP(MCInst &Inst, unsigned Imm, in decodeOperand_KImmFP()
370 static DecodeStatus decodeOperandVOPDDstY(MCInst &Inst, unsigned Val, in decodeOperandVOPDDstY()
390 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm, in decodeAVLdSt()
425 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm, in decodeAVLdSt()
431 static DecodeStatus decodeOperand_VSrc_f64(MCInst &Inst, unsigned Imm, in decodeOperand_VSrc_f64()
448 static DecodeStatus decodeVersionImm(MCInst &Inst, unsigned Imm, in DECODE_SDWA()
480 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()