Home | History | Annotate | Download | only in AArch64

Lines Matching refs:WindowBase

4849     // Code should guarantee that element i in Vec starts at element "WindowBase
4851 int WindowBase;
4856 : Vec(Vec), MinElt(UINT_MAX), MaxElt(0), ShuffleVec(Vec), WindowBase(0),
4941 Src.WindowBase = -NumSrcElts;
4960 Src.WindowBase = -Src.MinElt;
4974 Src.WindowBase *= Src.WindowScale;
5006 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;