Lines Matching defs:DW
624 const uint32_t DW = eatBytes<uint32_t>(Bytes);
627 tryDecodeInst(DecoderTableGFX832, MI, DW, Address, CS))
630 if (tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address, CS))
633 if (isGFX9() && tryDecodeInst(DecoderTableGFX932, MI, DW, Address, CS))
637 tryDecodeInst(DecoderTableGFX95032, MI, DW, Address, CS))
641 tryDecodeInst(DecoderTableGFX90A32, MI, DW, Address, CS))
645 tryDecodeInst(DecoderTableGFX10_B32, MI, DW, Address, CS))
648 if (isGFX10() && tryDecodeInst(DecoderTableGFX1032, MI, DW, Address, CS))
652 tryDecodeInst(DecoderTableGFX1132, DecoderTableGFX11_FAKE1632, MI, DW,
657 tryDecodeInst(DecoderTableGFX1232, DecoderTableGFX12_FAKE1632, MI, DW,