Lines Matching refs:DecodeStatus

47 using DecodeStatus = llvm::MCDisassembler::DecodeStatus;  typedef
75 inline static MCDisassembler::DecodeStatus
94 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm, in decodeSOPPBrTarget()
107 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr, in decodeSMEMOffset()
121 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeBoolReg()
127 static DecodeStatus decodeSplitBarrier(MCInst &Inst, unsigned Val, in decodeSplitBarrier()
134 static DecodeStatus decodeDpp8FI(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeDpp8FI()
141 static DecodeStatus StaticDecoderName(MCInst &Inst, unsigned Imm, \
151 static DecodeStatus Decode##RegClass##RegisterClass( \
161 static DecodeStatus Name(MCInst &Inst, unsigned Imm, uint64_t /*Addr*/, \
168 static DecodeStatus decodeSrcOp(MCInst &Inst, unsigned EncSize, in decodeSrcOp()
189 static DecodeStatus decodeAV10(MCInst &Inst, unsigned Imm, uint64_t /* Addr */, in decodeAV10()
197 static DecodeStatus decodeSrcReg9(MCInst &Inst, unsigned Imm, in decodeSrcReg9()
207 static DecodeStatus decodeSrcA9(MCInst &Inst, unsigned Imm, uint64_t /* Addr */, in decodeSrcA9()
215 static DecodeStatus decodeSrcAV10(MCInst &Inst, unsigned Imm, in decodeSrcAV10()
227 static DecodeStatus decodeSrcRegOrImm9(MCInst &Inst, unsigned Imm, in decodeSrcRegOrImm9()
236 static DecodeStatus decodeSrcRegOrImmA9(MCInst &Inst, unsigned Imm, in decodeSrcRegOrImmA9()
283 static DecodeStatus DecodeVGPR_16RegisterClass(MCInst &Inst, unsigned Imm, in DECODE_OPERAND_REG_8()
295 static DecodeStatus
307 static DecodeStatus decodeOperand_VSrcT16_Lo128(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16_Lo128()
322 static DecodeStatus decodeOperand_VSrcT16(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16()
336 static DecodeStatus decodeOperand_VGPR_16(MCInst &Inst, unsigned Imm, in decodeOperand_VGPR_16()
349 static DecodeStatus decodeOperand_KImmFP(MCInst &Inst, unsigned Imm, in decodeOperand_KImmFP()
356 static DecodeStatus decodeOperand_KImmFP64(MCInst &Inst, uint64_t Imm, in decodeOperand_KImmFP64()
363 static DecodeStatus decodeOperandVOPDDstY(MCInst &Inst, unsigned Val, in decodeOperandVOPDDstY()
383 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm, unsigned Opw, in decodeAVLdSt()
418 static DecodeStatus decodeAVLdSt(MCInst &Inst, unsigned Imm, in decodeAVLdSt()
424 static DecodeStatus decodeOperand_VSrc_f64(MCInst &Inst, unsigned Imm, in decodeOperand_VSrc_f64()
439 static DecodeStatus decodeVersionImm(MCInst &Inst, unsigned Imm, in DECODE_SDWA()
453 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t *Table, MCInst &MI, in tryDecodeInst()
466 DecodeStatus Res = in tryDecodeInst()
481 DecodeStatus
486 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()
584 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
760 DecodeStatus Status = MCDisassembler::Success; in getInstruction()