Home | History | Annotate | Download | only in arm64

Lines Matching full:off0

48 //*  dst = ( (src1 + lvl_shift1)*wgt0 +  (src2 + lvl_shift2)*wgt1 +  (off0 +
72 //* //param[in] off0
111 // word32 off0,
128 // x7 => off0
173 mov x19,x7 // off0 52
188 mov x7,x19 //load off0
192 add x5,x7,x9 //off0 + off1
194 add x5,x5,#1 //off0 + off1 + 1
197 lsl x5,x5,x14 //((off0 + off1 + 1) << (shift - 1))
199 add x4,x4,x5 //tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1))