Home | History | Annotate | Download | only in ARM

Lines Matching refs:WindowBase

5586     // Code should guarantee that element i in Vec starts at element "WindowBase
5588 int WindowBase;
5593 : Vec(Vec), MinElt(UINT_MAX), MaxElt(0), ShuffleVec(Vec), WindowBase(0),
5683 Src.WindowBase = -NumSrcElts;
5701 Src.WindowBase = -Src.MinElt;
5715 Src.WindowBase *= Src.WindowScale;
5747 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;