Home
last modified time | relevance | path

Searched refs:SItype_ppc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Dquad-float128.h60 typedef int SItype_ppc __attribute__ ((__mode__ (__SI__))); typedef
76 extern TFtype __powikf2_sw (TFtype, SItype_ppc);
85 extern SItype_ppc __fixkfsi_sw (TFtype);
89 extern TFtype __floatsikf_sw (SItype_ppc);
122 extern TFtype __powikf2_hw (TFtype, SItype_ppc);
131 extern SItype_ppc __fixkfsi_hw (TFtype);
135 extern TFtype __floatsikf_hw (SItype_ppc);
159 extern TFtype __powikf2 (TFtype, SItype_ppc);
171 extern SItype_ppc __fixkfsi (TFtype);
175 extern TFtype __floatsikf (SItype_ppc);
Dfloat128-hw.c72 __floatsikf_hw (SItype_ppc a) in __floatsikf_hw()
95 SItype_ppc
98 return (SItype_ppc) a; in __fixkfsi_hw()
Dfloat128-ifunc.c277 TFtype __powikf2 (TFtype, SItype_ppc)
313 SItype_ppc __fixkfsi (TFtype)
325 TFtype __floatsikf (SItype_ppc)
D_powikf2.c52 __powikf2 (TFtype x, SItype_ppc m) in __powikf2()