Searched refs:FFI_VFP (Results 1 – 9 of 9) sorted by relevance
44 FFI_VFP, enumerator47 FFI_DEFAULT_ABI = FFI_VFP,
166 FFI_ASSERT(ecif->cif->abi == FFI_VFP); in ffi_prep_args_VFP()257 if (cif->abi == FFI_VFP in ffi_prep_cif_machdep()282 if (cif->abi == FFI_VFP) in ffi_prep_cif_machdep()294 if (cif->abi == FFI_VFP) in ffi_prep_cif_machdep_var()342 case FFI_VFP: in ffi_call()396 if (cif->abi == FFI_VFP) in ffi_closure_inner()463 FFI_ASSERT(cif->abi == FFI_VFP); in ffi_prep_incoming_args_VFP()784 else if (cif->abi == FFI_VFP) in ffi_prep_closure_loc()
243 if (cabi == FFI_VFP) in ffi_prep_cif_machdep()270 flags = (cabi == FFI_VFP ? ARM_TYPE_VFP_S : ARM_TYPE_INT); in ffi_prep_cif_machdep()273 flags = (cabi == FFI_VFP ? ARM_TYPE_VFP_D : ARM_TYPE_INT64); in ffi_prep_cif_machdep()278 if (cabi == FFI_VFP) in ffi_prep_cif_machdep()329 if (cif->abi == FFI_VFP) in ffi_prep_cif_machdep_var()381 vfp_size = (cif->abi == FFI_VFP && cif->vfp_used ? 8*8: 0); in ffi_call_int()580 if (cif->abi == FFI_VFP) in ffi_prep_closure_loc()631 if (cif->abi == FFI_VFP) in ffi_prep_go_closure()
194 - // make sure we are using FFI_VFP195 - FFI_ASSERT(ecif->cif->abi == FFI_VFP);204 + // make sure we are using FFI_VFP205 + FFI_ASSERT(ecif->cif->abi == FFI_VFP);
1639 when ABI is FFI_VFP.1651 * src/arm/ffitarget.h (ffi_abi): Add FFI_VFP. Define FFI_DEFAULT_ABI
1647 when ABI is FFI_VFP.1659 * src/arm/ffitarget.h (ffi_abi): Add FFI_VFP. Define FFI_DEFAULT_ABI
1849 …extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with passing VFP arguments i…