|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h 66 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,
References
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp 289 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address);
295 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address);
298 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address);
301 Res = tryDecodeInst(DecoderTableSDWA964, MI, QW, Address);
304 Res = tryDecodeInst(DecoderTableSDWA1064, MI, QW, Address);
312 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address);
317 Res = tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address);
326 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address);
338 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address);
341 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address);
344 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address);
347 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address);
352 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address);
355 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address);
358 Res = tryDecodeInst(DecoderTableGFX964, MI, QW, Address);
361 Res = tryDecodeInst(DecoderTableGFX1064, MI, QW, Address);