Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp574 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address, CS); in getInstruction()
579 Res = tryDecodeInst(DecoderTableDPP8GFX1164, in getInstruction()
585 Res = tryDecodeInst(DecoderTableDPP8GFX1264, in getInstruction()
591 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address, CS); in getInstruction()
610 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address, CS); in getInstruction()
641 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address, CS); in getInstruction()
647 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address, CS); in getInstruction()
661 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address, CS); in getInstruction()
688 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address, CS); in getInstruction()
694 Res = tryDecodeInst(DecoderTableGFX964, MI, QW, Address, CS); in getInstruction()
[all …]
H A DAMDGPUDisassembler.h123 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst() function
150 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() function
154 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()