Lines Matching defs:data
21 void f32_trunc_wrapper(Address data) { in f32_trunc_wrapper()
25 void f32_floor_wrapper(Address data) { in f32_floor_wrapper()
29 void f32_ceil_wrapper(Address data) { in f32_ceil_wrapper()
33 void f32_nearest_int_wrapper(Address data) { in f32_nearest_int_wrapper()
37 void f64_trunc_wrapper(Address data) { in f64_trunc_wrapper()
41 void f64_floor_wrapper(Address data) { in f64_floor_wrapper()
45 void f64_ceil_wrapper(Address data) { in f64_ceil_wrapper()
49 void f64_nearest_int_wrapper(Address data) { in f64_nearest_int_wrapper()
54 void int64_to_float32_wrapper(Address data) { in int64_to_float32_wrapper()
59 void uint64_to_float32_wrapper(Address data) { in uint64_to_float32_wrapper()
94 void int64_to_float64_wrapper(Address data) { in int64_to_float64_wrapper()
99 void uint64_to_float64_wrapper(Address data) { in uint64_to_float64_wrapper()
121 int32_t float32_to_int64_wrapper(Address data) { in float32_to_int64_wrapper()
134 int32_t float32_to_uint64_wrapper(Address data) { in float32_to_uint64_wrapper()
147 int32_t float64_to_int64_wrapper(Address data) { in float64_to_int64_wrapper()
160 int32_t float64_to_uint64_wrapper(Address data) { in float64_to_uint64_wrapper()
173 int32_t int64_div_wrapper(Address data) { in int64_div_wrapper()
186 int32_t int64_mod_wrapper(Address data) { in int64_mod_wrapper()
196 int32_t uint64_div_wrapper(Address data) { in uint64_div_wrapper()
206 int32_t uint64_mod_wrapper(Address data) { in uint64_mod_wrapper()
216 uint32_t word32_ctz_wrapper(Address data) { in word32_ctz_wrapper()
220 uint32_t word64_ctz_wrapper(Address data) { in word64_ctz_wrapper()
224 uint32_t word32_popcnt_wrapper(Address data) { in word32_popcnt_wrapper()
228 uint32_t word64_popcnt_wrapper(Address data) { in word64_popcnt_wrapper()
232 uint32_t word32_rol_wrapper(Address data) { in word32_rol_wrapper()
238 uint32_t word32_ror_wrapper(Address data) { in word32_ror_wrapper()
244 void float64_pow_wrapper(Address data) { in float64_pow_wrapper()