D | AMDGPUDisassembler.cpp | 286 const uint64_t QW = eatBytes<uint64_t>(Bytes); in getInstruction() local 288 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address); in getInstruction() 294 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction() 297 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction() 300 Res = tryDecodeInst(DecoderTableSDWA964, MI, QW, Address); in getInstruction() 303 Res = tryDecodeInst(DecoderTableSDWA1064, MI, QW, Address); in getInstruction() 307 Res = tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address); in getInstruction() 316 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address); in getInstruction() 341 const uint64_t QW = ((uint64_t)eatBytes<uint32_t>(Bytes) << 32) | DW; in getInstruction() local 342 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address); in getInstruction() [all …]
|