Lines Matching refs:final
566 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument
568 ia64_stf_spill(final, 0); in float_spill_f0()
572 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() argument
574 ia64_stf_spill(final, 1); in float_spill_f1()
957 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument
961 ia64_stf_spill(final, 6); in mem2float_extended()
965 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument
969 ia64_stf_spill(final, 6); in mem2float_integer()
973 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument
977 ia64_stf_spill(final, 6); in mem2float_single()
981 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() argument
985 ia64_stf_spill(final, 6); in mem2float_double()
989 float2mem_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_extended() argument
993 ia64_stfe(final, 6); in float2mem_extended()
997 float2mem_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_integer() argument
1001 ia64_stf8(final, 6); in float2mem_integer()
1005 float2mem_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_single() argument
1009 ia64_stfs(final, 6); in float2mem_single()
1013 float2mem_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in float2mem_double() argument
1017 ia64_stfd(final, 6); in float2mem_double()