Lines Matching defs:store
112 v16i8 store, src = { 0 };
124 store = __msa_splati_b((v16i8) sum_w, 0);
125 val0 = __msa_copy_u_w((v4i32) store, 0);
136 v16i8 store, data = { 0 }; \
145 store = __msa_splati_b((v16i8) sum_w, 0); \
146 val0 = __msa_copy_u_w((v4i32) store, 0); \
157 v16i8 store;
172 store = __msa_splati_b((v16i8) sum_w, 0);
173 val0 = __msa_copy_u_d((v2i64) store, 0);
186 v16i8 store; \
198 store = __msa_splati_b((v16i8) sum_w, 0); \
199 val0 = __msa_copy_u_d((v2i64) store, 0); \