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.cpp501 tryDecodeInst(DecoderTableGFX1196, DecoderTableGFX11_FAKE1696, MI, in getInstruction()
506 tryDecodeInst(DecoderTableGFX1296, DecoderTableGFX12_FAKE1696, MI, in getInstruction()
511 tryDecodeInst(DecoderTableGFX12W6496, MI, DecW, Address, CS)) in getInstruction()
522 tryDecodeInst(DecoderTableGFX10_B64, MI, QW, Address, CS)) in getInstruction()
526 tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address, CS)) in getInstruction()
533 tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address, CS)) in getInstruction()
537 tryDecodeInst(DecoderTableGFX94064, MI, QW, Address, CS)) in getInstruction()
541 tryDecodeInst(DecoderTableGFX90A64, MI, QW, Address, CS)) in getInstruction()
545 tryDecodeInst(DecoderTableGFX864, MI, QW, Address, CS)) in getInstruction()
548 if (isGFX9() && tryDecodeInst(DecoderTableGFX964, MI, QW, Address, CS)) in getInstruction()
[all …]
H A DAMDGPUDisassembler.h132 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst() function
159 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() function
163 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()