Lines Matching refs:DW
714 const uint32_t DW = eatBytes<uint32_t>(Bytes); in getInstruction() local
717 tryDecodeInst(DecoderTableGFX832, MI, DW, Address, CS)) in getInstruction()
720 if (tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address, CS)) in getInstruction()
723 if (isGFX9() && tryDecodeInst(DecoderTableGFX932, MI, DW, Address, CS)) in getInstruction()
727 tryDecodeInst(DecoderTableGFX95032, MI, DW, Address, CS)) in getInstruction()
731 tryDecodeInst(DecoderTableGFX90A32, MI, DW, Address, CS)) in getInstruction()
735 tryDecodeInst(DecoderTableGFX10_B32, MI, DW, Address, CS)) in getInstruction()
738 if (isGFX10() && tryDecodeInst(DecoderTableGFX1032, MI, DW, Address, CS)) in getInstruction()
742 tryDecodeInst(DecoderTableGFX1132, DecoderTableGFX11_FAKE1632, MI, DW, in getInstruction()
748 DW, Address, CS)) in getInstruction()
752 tryDecodeInst(DecoderTableGFX1232, DecoderTableGFX12_FAKE1632, MI, DW, in getInstruction()