Home
last modified time | relevance | path

Searched refs:si_to_float (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h238 # define si_to_float __floatsitf macro
258 # define si_to_float __floatsisf macro
278 # define si_to_float __floatsidf macro
429 extern FLO_type si_to_float (SItype);
H A Dfp-bit.c1304 si_to_float (SItype arg_a)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h238 # define si_to_float __floatsitf macro
258 # define si_to_float __floatsisf macro
278 # define si_to_float __floatsidf macro
429 extern FLO_type si_to_float (SItype);
H A Dfp-bit.c1304 si_to_float (SItype arg_a)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h262 #define si_to_float(ra) __builtin_si_to_float(ra) macro
H A Dspu-builtins.def221 DEF_BUILTIN (SI_TO_FLOAT, CODE_FOR_spu_convert, "si_to_float", B_INSN, _A2(SPU_BTI_FLOAT,…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h236 static __inline float si_to_float(qword q) { in si_to_float() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h236 static __inline float si_to_float(qword q) { in si_to_float() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19984602 (si_to_float): Cast numeric constant to (SItype) before comparing
H A DChangeLog-200130422 (si_to_float): Likewise.
H A DChangeLog-20053730 (si_to_float, usi_to_float): Use it to compute proper shift.