Searched refs:stf_spill (Results 1 – 2 of 2) sorted by relevance
78 #define stf_spill(addr, value) \ macro115 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()326 stf_spill (&stack->fp_regs[fpcount++], *(float *)avalue[i]); in ffi_call()332 stf_spill (&stack->fp_regs[fpcount++], *(double *)avalue[i]); in ffi_call()340 stf_spill (&stack->fp_regs[fpcount++], *(__float80 *)avalue[i]); in ffi_call()
706 * src/ia64/ffi.c (stf_spill, ldf_fill): Rewrite as macros.707 (hfa_type_load): Call stf_spill.