D | AMDGPUDisassembler.cpp | 131 const uint64_t QW = eatBytes<uint64_t>(Bytes); in getInstruction() local 132 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction() 135 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction() 152 const uint64_t QW = ((uint64_t)eatBytes<uint32_t>(Bytes) << 32) | DW; in getInstruction() local 153 Res = tryDecodeInst(DecoderTableVI64, MI, QW, Address); in getInstruction() 156 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address); in getInstruction()
|