Searched defs:arg_reg (Results 1 - 1 of 1) sorted by relevance

/external/libffi/src/mips/
H A Dffi.c208 calc_n32_struct_flags(ffi_type *arg, unsigned *loc, unsigned *arg_reg) argument
222 *arg_reg = *loc / FFI_SIZEOF_ARG;
223 if (*arg_reg > 7)
225 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS));
233 *arg_reg = ALIGN(*loc, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG;
385 unsigned arg_reg = 0; local
401 arg_reg = 1;
412 while (count-- > 0 && arg_reg < 8)
419 ((cif->arg_types)[index]->type << (arg_reg * FFI_FLAG_BITS));
420 arg_reg
[all...]

Completed in 75 milliseconds