Searched refs:hfa_type (Results 1 – 1 of 1) sorted by relevance
250 int hfa_type = hfa_element_type (cif->rtype, 0); in ffi_prep_cif_machdep_core() local252 if (hfa_type != FFI_TYPE_VOID) in ffi_prep_cif_machdep_core()254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core()256 flags = hfa_type | (size << 8); in ffi_prep_cif_machdep_core()370 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_call() local376 if (hfa_type != FFI_TYPE_VOID) in ffi_call()378 size_t hfa_size = hfa_type_size (hfa_type); in ffi_call()386 hfa_type_load (&stack->fp_regs[fpcount], hfa_type, in ffi_call()559 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_closure_unix_inner() local565 if (hfa_type != FFI_TYPE_VOID) in ffi_closure_unix_inner()[all …]