Home
last modified time | relevance | path

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

/external/libffi/src/ia64/
Dffi.c250 int hfa_type = hfa_element_type (cif->rtype, 0); in ffi_prep_cif_machdep() local
252 if (hfa_type != FFI_TYPE_VOID) in ffi_prep_cif_machdep()
254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep()
256 flags = hfa_type | (size << 8); in ffi_prep_cif_machdep()
354 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_call() local
360 if (hfa_type != FFI_TYPE_VOID) in ffi_call()
362 size_t hfa_size = hfa_type_size (hfa_type); in ffi_call()
370 hfa_type_load (&stack->fp_regs[fpcount], hfa_type, in ffi_call()
541 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_closure_unix_inner() local
547 if (hfa_type != FFI_TYPE_VOID) in ffi_closure_unix_inner()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffi.c250 int hfa_type = hfa_element_type (cif->rtype, 0); in ffi_prep_cif_machdep() local
252 if (hfa_type != FFI_TYPE_VOID) in ffi_prep_cif_machdep()
254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep()
256 flags = hfa_type | (size << 8); in ffi_prep_cif_machdep()
354 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_call() local
360 if (hfa_type != FFI_TYPE_VOID) in ffi_call()
362 size_t hfa_size = hfa_type_size (hfa_type); in ffi_call()
370 hfa_type_load (&stack->fp_regs[fpcount], hfa_type, in ffi_call()
541 int hfa_type = hfa_element_type (*p_arg, 0); in ffi_closure_unix_inner() local
547 if (hfa_type != FFI_TYPE_VOID) in ffi_closure_unix_inner()
[all …]
/external/elfutils/backends/
Dia64_retval.c106 hfa_type (Dwarf_Die *typedie, Dwarf_Word size, in hfa_type() function
189 int used = hfa_type (child_typedie, child_size, in hfa_type()
198 fpregs_used = hfa_type (child_typedie, child_size, in hfa_type()
224 int used = hfa_type (base_typedie, base_size, locp, 0); in hfa_type()
350 int nfpreg = hfa_type (typedie, size, locp, 0); in ia64_return_value_location()
Daarch64_retval.c77 static int hfa_type (Dwarf_Die *ftypedie, int tag,
120 return hfa_type (&typedie, tag, sizep, countp); in member_is_fp()
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp) in hfa_type() function
286 switch (hfa_type (&typedie, tag, &base_size, &count)) in aarch64_return_value_location()
DChangeLog376 * ia64_retval.c (hfa_type): Move nested function 'hfa' to file scope.
759 * backends/ia64_retval.c (hfa_type): Likewise.