Lines Matching defs:src
191 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos()
198 float64 helper_fitod(CPUSPARCState *env, int32_t src) in helper_fitod()
205 Int128 helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
213 float32 helper_fxtos(CPUSPARCState *env, int64_t src) in helper_fxtos()
220 float64 helper_fxtod(CPUSPARCState *env, int64_t src) in helper_fxtod()
227 Int128 helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
236 float32 helper_fdtos(CPUSPARCState *env, float64 src) in helper_fdtos()
243 float64 helper_fstod(CPUSPARCState *env, float32 src) in helper_fstod()
250 float32 helper_fqtos(CPUSPARCState *env, Int128 src) in helper_fqtos()
257 Int128 helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
264 float64 helper_fqtod(CPUSPARCState *env, Int128 src) in helper_fqtod()
271 Int128 helper_fdtoq(CPUSPARCState *env, float64 src) in helper_fdtoq()
279 int32_t helper_fstoi(CPUSPARCState *env, float32 src) in helper_fstoi()
286 int32_t helper_fdtoi(CPUSPARCState *env, float64 src) in helper_fdtoi()
293 int32_t helper_fqtoi(CPUSPARCState *env, Int128 src) in helper_fqtoi()
302 int64_t helper_fstox(CPUSPARCState *env, float32 src) in helper_fstox()
309 int64_t helper_fdtox(CPUSPARCState *env, float64 src) in helper_fdtox()
316 int64_t helper_fqtox(CPUSPARCState *env, Int128 src) in helper_fqtox()
325 float32 helper_fsqrts(CPUSPARCState *env, float32 src) in helper_fsqrts()
332 float64 helper_fsqrtd(CPUSPARCState *env, float64 src) in helper_fsqrtd()
339 Int128 helper_fsqrtq(CPUSPARCState *env, Int128 src) in helper_fsqrtq()