Lines Matching defs:mimg
392 const MIMG_instruction& mimg = instr->mimg();
395 if ((mimg.dmask & identity_dmask) != identity_dmask)
396 fprintf(output, " dmask:%s%s%s%s", mimg.dmask & 0x1 ? "x" : "",
397 mimg.dmask & 0x2 ? "y" : "", mimg.dmask & 0x4 ? "z" : "",
398 mimg.dmask & 0x8 ? "w" : "");
399 switch (mimg.dim) {
409 if (mimg.unrm)
411 if (mimg.glc)
413 if (mimg.dlc)
415 if (mimg.slc)
417 if (mimg.tfe)
419 if (mimg.da)
421 if (mimg.lwe)
423 if (mimg.r128)
425 if (mimg.a16)
427 if (mimg.d16)
429 if (mimg.disable_wqm)
431 print_sync(mimg.sync, output);