Searched refs:vfp_args (Results 1 – 6 of 6) sorted by relevance
/third_party/libffi/src/metag/ |
D | ffi.c | 268 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/ |
D | ffitarget-arm.h | 57 signed char vfp_args[16] \
|
/third_party/libffi/src/arm/ |
D | ffitarget.h | 57 signed char vfp_args[16] \
|
D | ffi.c | 193 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/ |
D | configure | 5845 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/ |
D | ChangeLog.old | 1649 (ffi_closure_SYSV_inner): Add new vfp_args parameter, update call to
|