Lines Matching refs:final
569 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument
571 ia64_stf_spill(final, 0); in float_spill_f0()
575 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() argument
577 ia64_stf_spill(final, 1); in float_spill_f1()
960 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument
964 ia64_stf_spill(final, 6); in mem2float_extended()
968 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument
972 ia64_stf_spill(final, 6); in mem2float_integer()
976 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument
980 ia64_stf_spill(final, 6); in mem2float_single()
984 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() argument
988 ia64_stf_spill(final, 6); in mem2float_double()
992 float2mem_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_extended() argument
996 ia64_stfe(final, 6); in float2mem_extended()
1000 float2mem_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_integer() argument
1004 ia64_stf8(final, 6); in float2mem_integer()
1008 float2mem_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_single() argument
1012 ia64_stfs(final, 6); in float2mem_single()
1016 float2mem_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_double() argument
1020 ia64_stfd(final, 6); in float2mem_double()