Home
last modified time | relevance | path

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

/external/libffi/src/ia64/
Dffi.c110 hfa_type_load (fpreg *fpaddr, int type, void *addr) in hfa_type_load() argument
115 stf_spill (fpaddr, *(float *) addr); in hfa_type_load()
118 stf_spill (fpaddr, *(double *) addr); in hfa_type_load()
121 stf_spill (fpaddr, *(__float80 *) addr); in hfa_type_load()
132 hfa_type_store (int type, void *addr, fpreg *fpaddr) in hfa_type_store() argument
139 ldf_fill (result, fpaddr); in hfa_type_store()
146 ldf_fill (result, fpaddr); in hfa_type_store()
153 ldf_fill (result, fpaddr); in hfa_type_store()