Lines Matching defs:QW
519 const uint64_t QW = eatBytes<uint64_t>(Bytes);
522 tryDecodeInst(DecoderTableGFX10_B64, MI, QW, Address, CS))
526 tryDecodeInst(DecoderTableGFX80_UNPACKED64, MI, QW, Address, CS))
533 tryDecodeInst(DecoderTableGFX9_DL64, MI, QW, Address, CS))
537 tryDecodeInst(DecoderTableGFX94064, MI, QW, Address, CS))
541 tryDecodeInst(DecoderTableGFX90A64, MI, QW, Address, CS))
545 tryDecodeInst(DecoderTableGFX864, MI, QW, Address, CS))
548 if (isGFX9() && tryDecodeInst(DecoderTableGFX964, MI, QW, Address, CS))
551 if (isGFX10() && tryDecodeInst(DecoderTableGFX1064, MI, QW, Address, CS))
555 tryDecodeInst(DecoderTableGFX1264, DecoderTableGFX12_FAKE1664, MI, QW,
560 tryDecodeInst(DecoderTableGFX1164, DecoderTableGFX11_FAKE1664, MI, QW,
565 tryDecodeInst(DecoderTableGFX11W6464, MI, QW, Address, CS))
569 tryDecodeInst(DecoderTableGFX12W6464, MI, QW, Address, CS))