Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VecArgOffset

3590   // that out...for the pathological case, compute VecArgOffset as the
3591 // start of the vector parameter area. Computing VecArgOffset is the
3593 unsigned VecArgOffset = ArgOffset;
3605 VecArgOffset += ArgSize;
3614 VecArgOffset += 4;
3620 VecArgOffset += 8;
3633 VecArgOffset = ((VecArgOffset+15)/16)*16;
3634 VecArgOffset += 12*16;
3825 CurArgOffset = VecArgOffset;
3826 VecArgOffset += 16;