Searched refs:from_ptr (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dp8vector-ldst.c9 const float *from_ptr,
63 value00 = *from_ptr++;
66 value01 = *from_ptr++;
69 value02 = *from_ptr++;
72 value03 = *from_ptr++;
75 value04 = *from_ptr++;
78 value05 = *from_ptr++;
81 value06 = *from_ptr++;
84 value07 = *from_ptr++;
87 value08 = *from_ptr
8 load_store_sf(unsigned long num, const float *from_ptr, float *to_ptr, const unsigned long *in_mask_ptr, const unsigned long *out_mask_ptr) argument
316 load_store_df(unsigned long num, const double *from_ptr, double *to_ptr, const unsigned long *in_mask_ptr, const unsigned long *out_mask_ptr) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dbitmap.c247 bitmap_element *from_ptr, *to_ptr = 0;
255 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next)
259 to_elt->indx = from_ptr->indx;
262 to_elt->bits[0] = from_ptr->bits[0];
263 to_elt->bits[1] = from_ptr->bits[1];
266 to_elt->bits[i] = from_ptr->bits[i];
274 to->indx = from_ptr
241 bitmap_element *from_ptr, *to_ptr = 0; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dbitmap.c538 const bitmap_element *from_ptr;
544 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next)
548 to_elt->indx = from_ptr->indx;
549 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits));
556 to->indx = from_ptr->indx;
532 const bitmap_element *from_ptr; local
H A Dgimplify.c3271 tree t, to, to_ptr, from, from_ptr;
3283 from_ptr = build_fold_addr_expr_loc (loc, from);
3284 gimplify_arg (&from_ptr, seq_p, loc);
3292 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size);
3268 tree t, to, to_ptr, from, from_ptr; local
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c6591 tree from_ptr = build_fold_addr_expr (from);
6593 gnu_result = build_call_expr (t, 3, to_ptr, from_ptr, size);
6573 tree from_ptr = build_fold_addr_expr (from); local

Completed in 226 milliseconds