Home
last modified time | relevance | path

Searched refs:tryDecodeInst (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp443 Res = tryDecodeInst(DecoderTableDPP8GFX1196, MI, DecW, in getInstruction()
448 Res = tryDecodeInst(DecoderTableDPPGFX1196, MI, DecW, in getInstruction()
493 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction()
534 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address); in getInstruction()
540 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address); in getInstruction()
554 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address); in getInstruction()
557 Res = tryDecodeInst(DecoderTableGFX1132, MI, DW, Address); in getInstruction()
569 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address); in getInstruction()
575 Res = tryDecodeInst(DecoderTableGFX964, MI, QW, Address); in getInstruction()
578 Res = tryDecodeInst(DecoderTableGFX1064, MI, QW, Address); in getInstruction()
[all …]
H A DAMDGPUDisassembler.h117 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst() function