Lines Matching full:loc
208 calc_n32_struct_flags(ffi_type *arg, unsigned *loc, unsigned *arg_reg)
218 *loc = ALIGN(*loc, e->alignment);
222 *arg_reg = *loc / FFI_SIZEOF_ARG;
226 *loc += e->size;
229 *loc += e->size;
233 *arg_reg = ALIGN(*loc, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG;
386 unsigned loc = 0;
435 loc = arg_reg * FFI_SIZEOF_ARG;
437 &loc, &arg_reg);