Lines Matching defs:ImmWidth
9004 auto GetBlendDomains = [&](unsigned ImmWidth, bool Is256) {
9008 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4))
9010 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2))
9124 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) {
9127 Imm = (ImmWidth == 16 ? ((Imm << 8) | Imm) : Imm);
9135 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9137 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm);
9141 if ((ImmWidth / (Is256 ? 2 : 1)) != 8) {
9143 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9147 AdjustBlendMask(Imm, ImmWidth, 8, &NewImm);