• Home
  • Raw
  • Download

Lines Matching refs:argn

773   int i, avn, argn, seen_int;  in ffi_closure_mips_inner_O32()  local
780 argn = 0; in ffi_closure_mips_inner_O32()
785 argn = 1; in ffi_closure_mips_inner_O32()
808 if (arg_types[i]->alignment == 8 && (argn & 0x1)) in ffi_closure_mips_inner_O32()
809 argn++; in ffi_closure_mips_inner_O32()
814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn]; in ffi_closure_mips_inner_O32()
819 *(UINT8 *) &avalue[i] = (UINT8) ar[argn]; in ffi_closure_mips_inner_O32()
824 *(SINT16 *) &avalue[i] = (SINT16) ar[argn]; in ffi_closure_mips_inner_O32()
829 *(UINT16 *) &avalue[i] = (UINT16) ar[argn]; in ffi_closure_mips_inner_O32()
833 avaluep[i] = (char *) &ar[argn]; in ffi_closure_mips_inner_O32()
838 argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_closure_mips_inner_O32()
867 int argn, unsigned arg_offset, ffi_arg *ar, in copy_struct_N32() argument
882 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()
885 argp = (char *)(ar + argn); in copy_struct_N32()
886 fpp = (char *)(argn >= 8 ? ar + argn : fpr + argn); in copy_struct_N32()
898 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32()
927 int i, avn, argn; in ffi_closure_mips_inner_N32() local
937 argn = 0; in ffi_closure_mips_inner_N32()
946 argn = 1; in ffi_closure_mips_inner_N32()
959 argp = (argn >= 8 || soft_float) ? ar + argn : fpr + argn; in ffi_closure_mips_inner_N32()
963 argn++; in ffi_closure_mips_inner_N32()
966 if (arg_types[i]->type == FFI_TYPE_FLOAT && argn < 8) in ffi_closure_mips_inner_N32()
977 argn = ALIGN(argn, arg_types[i]->alignment / sizeof(ffi_arg)); in ffi_closure_mips_inner_N32()
979 argp = ar + argn; in ffi_closure_mips_inner_N32()
1022 if (argn < 8) in ffi_closure_mips_inner_N32()
1028 argn, 0, ar, fpr, soft_float); in ffi_closure_mips_inner_N32()
1038 argn += ALIGN(arg_types[i]->size, sizeof(ffi_arg)) / sizeof(ffi_arg); in ffi_closure_mips_inner_N32()