Searched refs:tryDecodeInst (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 446 Res = tryDecodeInst(DecoderTableDPP864, MI, QW, Address); in getInstruction() 452 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction() 455 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction() 486 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address); in getInstruction() 489 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address); in getInstruction() 492 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address); in getInstruction() 506 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address); in getInstruction() 518 Res = tryDecodeInst(DecoderTableGFX864, MI, QW, Address); in getInstruction() 521 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address); in getInstruction() 524 Res = tryDecodeInst(DecoderTableGFX964, MI, QW, Address); in getInstruction() [all …]
|
| H A D | AMDGPUDisassembler.h | 60 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,
|