Searched refs:tempVec0 (Results 1 – 1 of 1) sorted by relevance
445 float32x2x2_t tempVec0; //, tempVec1; in calcEtimesE() local471 tempVec0 = vzip_f32(strVec0, strVec1); // VZIP.32 d0,d0 in calcEtimesE()472 …vst1_f32((float32_t *) (ePeMatrix + ii +jj*SUBSP_DIM_L_MAX), tempVec0.val[0]); // VST1.32 {d0}, [r… in calcEtimesE()473 vst1_f32((float32_t *) (ePeMatrix + ii + (jj + 1)*SUBSP_DIM_L_MAX), tempVec0.val[1]); in calcEtimesE()