Searched refs:storeVec2 (Results 1 – 1 of 1) sorted by relevance
976 float32x2x2_t storeVec2; in QR_algorithm() local1087 storeVec2 = vtrn_f32(colVec0, colVec1); // VTRN.32 d0,d0 in QR_algorithm()1088 … vst1_f32((float32_t *)strPtr, storeVec2.val[0]); // VST1.32 {d0}, [r0] in QR_algorithm()1090 … vst1_f32((float32_t *)strPtr, storeVec2.val[1]); // VST1.32 {d0}, [r0] in QR_algorithm()