Lines Matching defs:src

190 float32 helper_fitos(CPUSPARCState *env, int32_t src)  in helper_fitos()
197 float64 helper_fitod(CPUSPARCState *env, int32_t src) in helper_fitod()
204 Int128 helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
212 float32 helper_fxtos(CPUSPARCState *env, int64_t src) in helper_fxtos()
219 float64 helper_fxtod(CPUSPARCState *env, int64_t src) in helper_fxtod()
226 Int128 helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
235 float32 helper_fdtos(CPUSPARCState *env, float64 src) in helper_fdtos()
242 float64 helper_fstod(CPUSPARCState *env, float32 src) in helper_fstod()
249 float32 helper_fqtos(CPUSPARCState *env, Int128 src) in helper_fqtos()
256 Int128 helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
263 float64 helper_fqtod(CPUSPARCState *env, Int128 src) in helper_fqtod()
270 Int128 helper_fdtoq(CPUSPARCState *env, float64 src) in helper_fdtoq()
278 int32_t helper_fstoi(CPUSPARCState *env, float32 src) in helper_fstoi()
285 int32_t helper_fdtoi(CPUSPARCState *env, float64 src) in helper_fdtoi()
292 int32_t helper_fqtoi(CPUSPARCState *env, Int128 src) in helper_fqtoi()
301 int64_t helper_fstox(CPUSPARCState *env, float32 src) in helper_fstox()
308 int64_t helper_fdtox(CPUSPARCState *env, float64 src) in helper_fdtox()
315 int64_t helper_fqtox(CPUSPARCState *env, Int128 src) in helper_fqtox()
324 float32 helper_fsqrts(CPUSPARCState *env, float32 src) in helper_fsqrts()
331 float64 helper_fsqrtd(CPUSPARCState *env, float64 src) in helper_fsqrtd()
338 Int128 helper_fsqrtq(CPUSPARCState *env, Int128 src) in helper_fsqrtq()