Lines Matching refs:abi
131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep()
428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep()
535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep()
607 switch (cif->abi) in ffi_call()
635 && (cif->abi == FFI_N64_SOFT_FLOAT in ffi_call()
636 || cif->abi == FFI_N32_SOFT_FLOAT)) in ffi_call()
677 if (cif->abi != FFI_O32 && cif->abi != FFI_O32_SOFT_FLOAT) in ffi_prep_closure_loc()
682 if (cif->abi != FFI_N32 in ffi_prep_closure_loc()
683 && cif->abi != FFI_N32_SOFT_FLOAT) in ffi_prep_closure_loc()
686 if (cif->abi != FFI_N64 in ffi_prep_closure_loc()
687 && cif->abi != FFI_N64_SOFT_FLOAT) in ffi_prep_closure_loc()
779 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT); in ffi_closure_mips_inner_O32()
845 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_closure_mips_inner_O32()
866 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, in copy_struct_N32() argument
932 soft_float = cif->abi == FFI_N64_SOFT_FLOAT in ffi_closure_mips_inner_N32()
933 || cif->abi == FFI_N32_SOFT_FLOAT; in ffi_closure_mips_inner_N32()
983 type = (cif->abi == FFI_N64 || cif->abi == FFI_N64_SOFT_FLOAT) in ffi_closure_mips_inner_N32()
1027 copy_struct_N32(avaluep[i], 0, cif->abi, arg_types[i], in ffi_closure_mips_inner_N32()