Searched refs:WindowBase (Results 1 – 4 of 4) sorted by relevance
96 : MapAddr(Base), WindowBase(Base), WindowSize(Capacity) { in mapImpl() 146 WindowBase = MapAddr; in unmapImpl() 162 MapAddr = WindowBase = WindowSize = 0; in unmapImpl() 174 if (Addr == WindowBase) in remapImpl() 175 WindowBase += Size; in remapImpl()
34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl()49 uptr WindowBase = 0; variable
8204 // Code should guarantee that element i in Vec starts at element "WindowBase in ReconstructShuffle() 8206 int WindowBase = 0; in ReconstructShuffle() 8302 Src.WindowBase = -NumSrcElts; in ReconstructShuffle() 8320 Src.WindowBase = -Src.MinElt; in ReconstructShuffle() 8334 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle() 8365 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle() 8189 int WindowBase = 0; ReconstructShuffle() member
12064 // Code should guarantee that element i in Vec starts at element "WindowBase in isWideTypeMask() 12066 int WindowBase; in isWideTypeMask() 12071 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in isWideTypeMask() 12233 Src.WindowBase = -NumSrcElts; in LowerVECTOR_SHUFFLE() 12259 Src.WindowBase = -Src.MinElt; in LowerVECTOR_SHUFFLE() 12279 Src.WindowBase *= Src.WindowScale; in LowerVECTOR_SHUFFLE() 12310 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in LowerVECTOR_SHUFFLE() 11045 int WindowBase; ReconstructShuffle() member [all...]