Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp446 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 DAMDGPUDisassembler.h60 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,