Home
last modified time | relevance | path

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

/third_party/libffi/src/ia64/
Dffi.c250 int hfa_type = hfa_element_type (cif->rtype, 0); in ffi_prep_cif_machdep_core() local
252 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() local
376 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() local
565 if (hfa_type != FFI_TYPE_VOID) in ffi_closure_unix_inner()
[all …]