Home | History | Annotate | Download | only in opts

Lines Matching refs:lbase

109         int32x4_t lbase, hbase;
117 /* avoid the 'lbase unitialized' warning */
118 lbase = vdupq_n_s32(fx);
119 lbase = vsetq_lane_s32(fx1, lbase, 1);
120 lbase = vsetq_lane_s32(fx2, lbase, 2);
121 lbase = vsetq_lane_s32(fx3, lbase, 3);
123 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4));
132 lout = lbase;
144 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8));