Searched refs:FFI_VFP (Results 1 – 13 of 13) 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()
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
1849 …extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with passing VFP arguments i…