Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp602 DecoderUInt128 DecW = eat12Bytes(Bytes); in getInstruction() local
606 DecW, Address, CS)) in getInstruction()
611 DecW, Address, CS)) in getInstruction()
616 DecW, Address, CS)) in getInstruction()
620 tryDecodeInst(DecoderTableGFX12W6496, MI, DecW, Address, CS)) in getInstruction()
628 tryDecodeInst(DecoderTableGFX125096, MI, DecW, Address, CS)) in getInstruction()
637 DecoderUInt128 DecW = eat16Bytes(Bytes); in getInstruction() local
638 if (tryDecodeInst(DecoderTableGFX940128, MI, DecW, Address, CS)) in getInstruction()