Home | History | Annotate | Download | only in x86

Lines Matching refs:Pitch

234 ;                            int pitch, int rows, int cols,int flimit)
271 movsxd rax, dword ptr arg(1) ;pitch ;
288 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8]
336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7]
466 ; int pitch, int rows, int cols,int flimit)
636 ;s+=pitch;
662 ; unsigned int Width, unsigned int Height, int Pitch)
707 movsxd rax, dword arg(7) ; Pitch
708 add arg(0), rax ; Start += Pitch