Lines Matching refs:tryDecodeInst
384 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst() function in AMDGPUDisassembler
435 Res = tryDecodeInst(DecoderTableGFX10_B64, MI, QW, Address); in getInstruction()
446 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address); in getInstruction()
452 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction()
455 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction()
458 Res = tryDecodeInst(DecoderTableSDWA964, MI, QW, Address); in getInstruction()
461 Res = tryDecodeInst(DecoderTableSDWA1064, MI, QW, Address); in getInstruction()
465 Res = tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address); in getInstruction()
474 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address); in getInstruction()
486 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address); in getInstruction()
489 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address); in getInstruction()
492 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address); in getInstruction()
496 Res = tryDecodeInst(DecoderTableGFX90A32, MI, DW, Address); in getInstruction()
502 Res = tryDecodeInst(DecoderTableGFX10_B32, MI, DW, Address); in getInstruction()
506 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address); in getInstruction()
513 Res = tryDecodeInst(DecoderTableGFX90A64, MI, QW, Address); in getInstruction()
518 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address); in getInstruction()
521 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address); in getInstruction()
524 Res = tryDecodeInst(DecoderTableGFX964, MI, QW, Address); in getInstruction()
527 Res = tryDecodeInst(DecoderTableGFX1064, MI, QW, Address); in getInstruction()