Home | History | Annotate | Download | only in AArch64

Lines Matching refs:WindowBase

4944     // Code should guarantee that element i in Vec starts at element "WindowBase
4946 int WindowBase;
4951 : Vec(Vec), MinElt(UINT_MAX), MaxElt(0), ShuffleVec(Vec), WindowBase(0),
5037 Src.WindowBase = -NumSrcElts;
5056 Src.WindowBase = -Src.MinElt;
5070 Src.WindowBase *= Src.WindowScale;
5102 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;