Lines Matching refs:temp
116 } data, temp; in emulate_spe() local
171 temp.ll = data.ll = 0; in emulate_spe()
177 ret |= __get_user_inatomic(temp.v[0], p++); in emulate_spe()
178 ret |= __get_user_inatomic(temp.v[1], p++); in emulate_spe()
179 ret |= __get_user_inatomic(temp.v[2], p++); in emulate_spe()
180 ret |= __get_user_inatomic(temp.v[3], p++); in emulate_spe()
183 ret |= __get_user_inatomic(temp.v[4], p++); in emulate_spe()
184 ret |= __get_user_inatomic(temp.v[5], p++); in emulate_spe()
187 ret |= __get_user_inatomic(temp.v[6], p++); in emulate_spe()
188 ret |= __get_user_inatomic(temp.v[7], p++); in emulate_spe()
197 data.ll = temp.ll; in emulate_spe()
200 data.h[0] = temp.h[3]; in emulate_spe()
201 data.h[2] = temp.h[3]; in emulate_spe()
205 data.h[1] = temp.h[3]; in emulate_spe()
206 data.h[3] = temp.h[3]; in emulate_spe()
209 data.h[0] = temp.h[2]; in emulate_spe()
210 data.h[2] = temp.h[3]; in emulate_spe()
214 data.h[1] = temp.h[2]; in emulate_spe()
215 data.h[3] = temp.h[3]; in emulate_spe()
218 data.w[0] = temp.w[1]; in emulate_spe()
219 data.w[1] = temp.w[1]; in emulate_spe()
222 data.h[0] = temp.h[2]; in emulate_spe()
223 data.h[1] = temp.h[2]; in emulate_spe()
224 data.h[2] = temp.h[3]; in emulate_spe()
225 data.h[3] = temp.h[3]; in emulate_spe()