Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp94 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst() function in AMDGPUDisassembler
132 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction()
135 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction()
145 Res = tryDecodeInst(DecoderTableVI32, MI, DW, Address); in getInstruction()
148 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address); in getInstruction()
153 Res = tryDecodeInst(DecoderTableVI64, MI, QW, Address); in getInstruction()
156 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address); in getInstruction()
DAMDGPUDisassembler.h52 DecodeStatus tryDecodeInst(const uint8_t* Table,