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()
977 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument
981 ia64_stf_spill(final, 6); in mem2float_extended()
985 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument
989 ia64_stf_spill(final, 6); in mem2float_integer()
993 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument
997 ia64_stf_spill(final, 6); in mem2float_single()
1001 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() argument
1005 ia64_stf_spill(final, 6); in mem2float_double()
1009 float2mem_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_extended() argument
1013 ia64_stfe(final, 6); in float2mem_extended()
1017 float2mem_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_integer() argument
1021 ia64_stf8(final, 6); in float2mem_integer()
1025 float2mem_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_single() argument
1029 ia64_stfs(final, 6); in float2mem_single()
1033 float2mem_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_double() argument
1037 ia64_stfd(final, 6); in float2mem_double()