Home | History | Annotate | Download | only in ppc32

Lines Matching defs:inA

1097    void * inA, * inB;
1103 inA = (void *)&spec_sp_fargs[a_idx];
1106 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
1115 void * inA, * inB;
1121 inA = (void *)&spec_fargs[a_idx];
1124 memcpy(((void *)&vec_inA) + (i * 8), inA, 8);
1265 void * inA, * inB, * vecA_void_ptr, * vecB_void_ptr;
1278 inA = (void *)&spec_fargs[aTest.fra_idx];
1283 memcpy(vecA_void_ptr, inA, 8);
1367 void * inA, * inB;
1388 inA = (void *)&spec_fargs[aTest.fra_idx];
1391 memcpy(VECTOR_ADDR(vec_inA), inA, 8);