Searched refs:stf_spill (Results 1 – 2 of 2) sorted by relevance
79 #define stf_spill(addr, value) \ macro116 stf_spill (fpaddr, *(float *) addr); in hfa_type_load()119 stf_spill (fpaddr, *(double *) addr); in hfa_type_load()122 stf_spill (fpaddr, *(__float80 *) addr); in hfa_type_load()343 stf_spill (&stack->fp_regs[fpcount++], *(float *)avalue[i]); in ffi_call()353 stf_spill (&stack->fp_regs[fpcount++], *(double *)avalue[i]); in ffi_call()361 stf_spill (&stack->fp_regs[fpcount++], *(__float80 *)avalue[i]); in ffi_call()
3471 * src/ia64/ffi.c (stf_spill, ldf_fill): Rewrite as macros.3472 (hfa_type_load): Call stf_spill.