Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp384 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst() function in AMDGPUDisassembler
435 Res = tryDecodeInst(DecoderTableGFX10_B64, MI, QW, Address); in getInstruction()
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()
458 Res = tryDecodeInst(DecoderTableSDWA964, MI, QW, Address); in getInstruction()
461 Res = tryDecodeInst(DecoderTableSDWA1064, MI, QW, Address); in getInstruction()
465 Res = tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address); in getInstruction()
474 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address); in getInstruction()
486 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address); in getInstruction()
[all …]
H A DAMDGPUDisassembler.h60 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,