Lines Matching refs:temp
474 } data, temp; in emulate_spe() local
529 temp.ll = data.ll = 0; in emulate_spe()
535 ret |= __get_user_inatomic(temp.v[0], p++); in emulate_spe()
536 ret |= __get_user_inatomic(temp.v[1], p++); in emulate_spe()
537 ret |= __get_user_inatomic(temp.v[2], p++); in emulate_spe()
538 ret |= __get_user_inatomic(temp.v[3], p++); in emulate_spe()
540 ret |= __get_user_inatomic(temp.v[4], p++); in emulate_spe()
541 ret |= __get_user_inatomic(temp.v[5], p++); in emulate_spe()
543 ret |= __get_user_inatomic(temp.v[6], p++); in emulate_spe()
544 ret |= __get_user_inatomic(temp.v[7], p++); in emulate_spe()
553 data.ll = temp.ll; in emulate_spe()
556 data.h[0] = temp.h[3]; in emulate_spe()
557 data.h[2] = temp.h[3]; in emulate_spe()
561 data.h[1] = temp.h[3]; in emulate_spe()
562 data.h[3] = temp.h[3]; in emulate_spe()
565 data.h[0] = temp.h[2]; in emulate_spe()
566 data.h[2] = temp.h[3]; in emulate_spe()
570 data.h[1] = temp.h[2]; in emulate_spe()
571 data.h[3] = temp.h[3]; in emulate_spe()
574 data.w[0] = temp.w[1]; in emulate_spe()
575 data.w[1] = temp.w[1]; in emulate_spe()
578 data.h[0] = temp.h[2]; in emulate_spe()
579 data.h[1] = temp.h[2]; in emulate_spe()
580 data.h[2] = temp.h[3]; in emulate_spe()
581 data.h[3] = temp.h[3]; in emulate_spe()