Lines Matching defs:ImmWidth
8938 auto GetBlendDomains = [&](unsigned ImmWidth, bool Is256) {
8942 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4))
8944 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2))
9058 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) {
9061 Imm = (ImmWidth == 16 ? ((Imm << 8) | Imm) : Imm);
9069 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9071 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm);
9075 if ((ImmWidth / (Is256 ? 2 : 1)) != 8) {
9077 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9081 AdjustBlendMask(Imm, ImmWidth, 8, &NewImm);