Searched refs:tryDecodeInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 94 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()
|
D | AMDGPUDisassembler.h | 52 DecodeStatus tryDecodeInst(const uint8_t* Table,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 154 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, in tryDecodeInst() function in AMDGPUDisassembler 195 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address); in getInstruction() 198 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address); in getInstruction() 201 Res = tryDecodeInst(DecoderTableSDWA964, MI, QW, Address); in getInstruction() 205 Res = tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address); in getInstruction() 214 Res = tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address); in getInstruction() 226 Res = tryDecodeInst(DecoderTableVI32, MI, DW, Address); in getInstruction() 229 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address); in getInstruction() 232 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address); in getInstruction() 237 Res = tryDecodeInst(DecoderTableVI64, MI, QW, Address); in getInstruction() [all …]
|
D | AMDGPUDisassembler.h | 68 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,
|