Home | History | Annotate | Download | only in ppc64

Lines Matching refs:dst_sp

1096    unsigned int * frA_sp, *frB_sp, * dst_sp;
1122 dst_sp = (unsigned int *) &vec_out;
1123 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]);
1138 unsigned int frA_sp, * dst_sp;
1173 dst_sp = (unsigned int *) &vec_out;
1174 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]);
1431 unsigned int * frB_sp, * dst_sp;
1440 dst_sp = (unsigned int *) &vec_out;
1451 memcpy(&sp_res, &dst_sp[j], 4);
1460 printf(" = %08x", dst_sp[j]);