Home
last modified time | relevance | path

Searched refs:vfp_args (Results 1 – 6 of 6) sorted by relevance

/third_party/libffi/src/metag/
Dffi.c268 unsigned int ffi_closure_SYSV_inner (closure, respp, args, vfp_args) in ffi_closure_SYSV_inner() argument
272 void *vfp_args;
287 ffi_prep_incoming_args_SYSV(args, respp, arg_area, cif, vfp_args);
/third_party/libffi/include/
Dffitarget-arm.h57 signed char vfp_args[16] \
/third_party/libffi/src/arm/
Dffitarget.h57 signed char vfp_args[16] \
Dffi.c193 char *vfp_slot = vfp_space + cif->vfp_args[vi++] * 4; in ffi_prep_args_VFP()
489 avalue[i] = vfp_space + cif->vfp_args[vi++] * 4; in ffi_prep_incoming_args_VFP()
817 cif->vfp_args[cif->vfp_nargs++] = (signed char)reg; in place_vfp_arg()
844 memset (cif->vfp_args, -1, 16); /* Init to -1. */ in layout_vfp_args()
/third_party/ffmpeg/
Dconfigure5845 if check_cpp_condition vfp_args stddef.h "defined __ARM_PCS_VFP"; then
5847 elif check_cpp_condition vfp_args stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
5851 *hardfloat*) enable vfp_args; fpabi=vfp ;;
5852 *) check_ld "cc" vfp_args <<EOF && fpabi=vfp || fpabi=soft ;;
/third_party/libffi/
DChangeLog.old1649 (ffi_closure_SYSV_inner): Add new vfp_args parameter, update call to