Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp453 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t *Table, MCInst &MI, in tryDecodeInst() function in AMDGPUDisassembler
482 AMDGPUDisassembler::tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() function in AMDGPUDisassembler
486 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()
605 tryDecodeInst(DecoderTableGFX1196, DecoderTableGFX11_FAKE1696, MI, in getInstruction()
610 tryDecodeInst(DecoderTableGFX125096, DecoderTableGFX1250_FAKE1696, MI, in getInstruction()
615 tryDecodeInst(DecoderTableGFX1296, DecoderTableGFX12_FAKE1696, MI, in getInstruction()
620 tryDecodeInst(DecoderTableGFX12W6496, MI, DecW, Address, CS)) in getInstruction()
628 tryDecodeInst(DecoderTableGFX125096, MI, DecW, Address, CS)) in getInstruction()
638 if (tryDecodeInst(DecoderTableGFX940128, MI, DecW, Address, CS)) in getInstruction()
649 tryDecodeInst(DecoderTableGFX10_B64, MI, QW, Address, CS)) in getInstruction()
[all …]
H A DAMDGPUDisassembler.h118 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst,
121 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2,