• Home
  • Raw
  • Download

Lines Matching refs:argn

815   int i, avn, argn, seen_int;  in ffi_closure_mips_inner_O32()  local
821 argn = 0; in ffi_closure_mips_inner_O32()
826 argn = 1; in ffi_closure_mips_inner_O32()
836 if (arg_types[i]->alignment == 8 && (argn & 0x1)) in ffi_closure_mips_inner_O32()
837 argn++; in ffi_closure_mips_inner_O32()
856 *(SINT8 *) &avalue[i] = (SINT8) ar[argn]; in ffi_closure_mips_inner_O32()
861 *(UINT8 *) &avalue[i] = (UINT8) ar[argn]; in ffi_closure_mips_inner_O32()
866 *(SINT16 *) &avalue[i] = (SINT16) ar[argn]; in ffi_closure_mips_inner_O32()
871 *(UINT16 *) &avalue[i] = (UINT16) ar[argn]; in ffi_closure_mips_inner_O32()
875 avaluep[i] = (char *) &ar[argn]; in ffi_closure_mips_inner_O32()
880 argn += FFI_ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_mips_inner_O32()
909 int argn, unsigned arg_offset, ffi_arg *ar, in copy_struct_N32() argument
924 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()
927 argp = (char *)(ar + argn); in copy_struct_N32()
928 fpp = (char *)(argn >= 8 ? ar + argn : fpr + argn); in copy_struct_N32()
940 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()
970 int i, avn, argn; in ffi_closure_mips_inner_N32() local
979 argn = 0; in ffi_closure_mips_inner_N32()
988 argn = 1; in ffi_closure_mips_inner_N32()
1001 argp = (argn >= 8 || i >= cif->mips_nfixedargs || soft_float) ? ar + argn : fpr + argn; in ffi_closure_mips_inner_N32()
1005 argn++; in ffi_closure_mips_inner_N32()
1008 if (arg_types[i]->type == FFI_TYPE_FLOAT && argn < 8) in ffi_closure_mips_inner_N32()
1019 argn = FFI_ALIGN(argn, arg_types[i]->alignment / sizeof(ffi_arg)); in ffi_closure_mips_inner_N32()
1021 argp = ar + argn; in ffi_closure_mips_inner_N32()
1064 if (argn < 8) in ffi_closure_mips_inner_N32()
1070 argn, 0, ar, fpr, i >= cif->mips_nfixedargs || soft_float); in ffi_closure_mips_inner_N32()
1080 argn += FFI_ALIGN(arg_types[i]->size, sizeof(ffi_arg)) / sizeof(ffi_arg); in ffi_closure_mips_inner_N32()