Lines Matching refs:abi
132 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
133 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
136 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
137 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
336 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep_int()
374 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep_int()
429 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep_int()
430 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep_int()
539 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep_int()
624 switch (cif->abi) in ffi_call_int()
652 && (cif->abi == FFI_N64_SOFT_FLOAT in ffi_call_int()
653 || cif->abi == FFI_N32_SOFT_FLOAT)) in ffi_call_int()
710 if (cif->abi != FFI_O32 && cif->abi != FFI_O32_SOFT_FLOAT) in ffi_prep_closure_loc()
715 if (cif->abi != FFI_N32 in ffi_prep_closure_loc()
716 && cif->abi != FFI_N32_SOFT_FLOAT) in ffi_prep_closure_loc()
719 if (cif->abi != FFI_N64 in ffi_prep_closure_loc()
720 && cif->abi != FFI_N64_SOFT_FLOAT) in ffi_prep_closure_loc()
820 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT) || (cif->mips_nfixedargs != cif->nargs); in ffi_closure_mips_inner_O32()
887 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_closure_mips_inner_O32()
908 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, in copy_struct_N32() argument
974 soft_float = cif->abi == FFI_N64_SOFT_FLOAT in ffi_closure_mips_inner_N32()
975 || cif->abi == FFI_N32_SOFT_FLOAT; in ffi_closure_mips_inner_N32()
1025 type = (cif->abi == FFI_N64 || cif->abi == FFI_N64_SOFT_FLOAT) in ffi_closure_mips_inner_N32()
1069 copy_struct_N32(avaluep[i], 0, cif->abi, arg_types[i], in ffi_closure_mips_inner_N32()
1107 if (cif->abi != FFI_O32 && cif->abi != FFI_O32_SOFT_FLOAT) in ffi_prep_go_closure()
1112 if (cif->abi != FFI_N32 in ffi_prep_go_closure()
1113 && cif->abi != FFI_N32_SOFT_FLOAT) in ffi_prep_go_closure()
1116 if (cif->abi != FFI_N64 in ffi_prep_go_closure()
1117 && cif->abi != FFI_N64_SOFT_FLOAT) in ffi_prep_go_closure()