Lines Matching refs:DecodeStatus

39 using DecodeStatus = llvm::MCDisassembler::DecodeStatus;  typedef
52 inline static MCDisassembler::DecodeStatus
71 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget()
85 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, in decodeSMEMOffset()
97 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, in decodeBoolReg()
104 static DecodeStatus StaticDecoderName(MCInst &Inst, \
147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG()
155 static DecodeStatus decodeOperand_VSrcV216(MCInst &Inst, in decodeOperand_VSrcV216()
163 static DecodeStatus decodeOperand_VSrcV232(MCInst &Inst, in decodeOperand_VSrcV232()
171 static DecodeStatus decodeOperand_VS_16(MCInst &Inst, in decodeOperand_VS_16()
179 static DecodeStatus decodeOperand_VS_32(MCInst &Inst, in decodeOperand_VS_32()
187 static DecodeStatus decodeOperand_AReg_64(MCInst &Inst, in decodeOperand_AReg_64()
195 static DecodeStatus decodeOperand_AReg_128(MCInst &Inst, in decodeOperand_AReg_128()
203 static DecodeStatus decodeOperand_AReg_256(MCInst &Inst, in decodeOperand_AReg_256()
211 static DecodeStatus decodeOperand_AReg_512(MCInst &Inst, in decodeOperand_AReg_512()
219 static DecodeStatus decodeOperand_AReg_1024(MCInst &Inst, in decodeOperand_AReg_1024()
227 static DecodeStatus decodeOperand_VReg_64(MCInst &Inst, in decodeOperand_VReg_64()
235 static DecodeStatus decodeOperand_VReg_128(MCInst &Inst, in decodeOperand_VReg_128()
243 static DecodeStatus decodeOperand_VReg_256(MCInst &Inst, in decodeOperand_VReg_256()
251 static DecodeStatus decodeOperand_VReg_512(MCInst &Inst, in decodeOperand_VReg_512()
259 static DecodeStatus decodeOperand_VReg_1024(MCInst &Inst, in decodeOperand_VReg_1024()
281 static DecodeStatus decodeOperand_AVLdSt_Any(MCInst &Inst, in decodeOperand_AVLdSt_Any()
316 static DecodeStatus DecodeAVLdSt_32RegisterClass(MCInst &Inst, in DecodeAVLdSt_32RegisterClass()
324 static DecodeStatus DecodeAVLdSt_64RegisterClass(MCInst &Inst, in DecodeAVLdSt_64RegisterClass()
332 static DecodeStatus DecodeAVLdSt_96RegisterClass(MCInst &Inst, in DecodeAVLdSt_96RegisterClass()
340 static DecodeStatus DecodeAVLdSt_128RegisterClass(MCInst &Inst, in DecodeAVLdSt_128RegisterClass()
348 static DecodeStatus decodeOperand_SReg_32(MCInst &Inst, in decodeOperand_SReg_32()
356 static DecodeStatus decodeOperand_VGPR_32(MCInst &Inst, in decodeOperand_VGPR_32()
384 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst()
414 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
424 DecodeStatus Res = MCDisassembler::Fail; in getInstruction()
636 DecodeStatus AMDGPUDisassembler::convertSDWAInst(MCInst &MI) const { in convertSDWAInst()
658 DecodeStatus AMDGPUDisassembler::convertDPP8Inst(MCInst &MI) const { in convertDPP8Inst()
679 DecodeStatus AMDGPUDisassembler::convertMIMGInst(MCInst &MI) const { in convertMIMGInst()
1472 MCDisassembler::DecodeStatus AMDGPUDisassembler::decodeCOMPUTE_PGM_RSRC1( in decodeCOMPUTE_PGM_RSRC1()
1569 MCDisassembler::DecodeStatus AMDGPUDisassembler::decodeCOMPUTE_PGM_RSRC2( in decodeCOMPUTE_PGM_RSRC2()
1624 MCDisassembler::DecodeStatus
1769 MCDisassembler::DecodeStatus AMDGPUDisassembler::decodeKernelDescriptor( in decodeKernelDescriptor()
1781 MCDisassembler::DecodeStatus Status = in decodeKernelDescriptor()
1794 Optional<MCDisassembler::DecodeStatus>