Lines Matching defs:data
46 void f32_trunc_wrapper(Address data) { in f32_trunc_wrapper()
50 void f32_floor_wrapper(Address data) { in f32_floor_wrapper()
54 void f32_ceil_wrapper(Address data) { in f32_ceil_wrapper()
58 void f32_nearest_int_wrapper(Address data) { in f32_nearest_int_wrapper()
67 void f64_trunc_wrapper(Address data) { in f64_trunc_wrapper()
71 void f64_floor_wrapper(Address data) { in f64_floor_wrapper()
75 void f64_ceil_wrapper(Address data) { in f64_ceil_wrapper()
79 void f64_nearest_int_wrapper(Address data) { in f64_nearest_int_wrapper()
88 void int64_to_float32_wrapper(Address data) { in int64_to_float32_wrapper()
93 void uint64_to_float32_wrapper(Address data) { in uint64_to_float32_wrapper()
164 void int64_to_float64_wrapper(Address data) { in int64_to_float64_wrapper()
169 void uint64_to_float64_wrapper(Address data) { in uint64_to_float64_wrapper()
191 int32_t float32_to_int64_wrapper(Address data) { in float32_to_int64_wrapper()
200 int32_t float32_to_uint64_wrapper(Address data) { in float32_to_uint64_wrapper()
209 int32_t float64_to_int64_wrapper(Address data) { in float64_to_int64_wrapper()
218 int32_t float64_to_uint64_wrapper(Address data) { in float64_to_uint64_wrapper()
227 void float32_to_int64_sat_wrapper(Address data) { in float32_to_int64_sat_wrapper()
244 void float32_to_uint64_sat_wrapper(Address data) { in float32_to_uint64_sat_wrapper()
257 void float64_to_int64_sat_wrapper(Address data) { in float64_to_int64_sat_wrapper()
274 void float64_to_uint64_sat_wrapper(Address data) { in float64_to_uint64_sat_wrapper()
287 int32_t int64_div_wrapper(Address data) { in int64_div_wrapper()
300 int32_t int64_mod_wrapper(Address data) { in int64_mod_wrapper()
314 int32_t uint64_div_wrapper(Address data) { in uint64_div_wrapper()
324 int32_t uint64_mod_wrapper(Address data) { in uint64_mod_wrapper()
334 uint32_t word32_ctz_wrapper(Address data) { in word32_ctz_wrapper()
338 uint32_t word64_ctz_wrapper(Address data) { in word64_ctz_wrapper()
342 uint32_t word32_popcnt_wrapper(Address data) { in word32_popcnt_wrapper()
346 uint32_t word64_popcnt_wrapper(Address data) { in word64_popcnt_wrapper()
350 uint32_t word32_rol_wrapper(Address data) { in word32_rol_wrapper()
356 uint32_t word32_ror_wrapper(Address data) { in word32_ror_wrapper()
362 void word64_rol_wrapper(Address data) { in word64_rol_wrapper()
369 void word64_ror_wrapper(Address data) { in word64_ror_wrapper()
376 void float64_pow_wrapper(Address data) { in float64_pow_wrapper()
383 void simd_float_round_wrapper(Address data) { in simd_float_round_wrapper()
395 void f64x2_ceil_wrapper(Address data) { in f64x2_ceil_wrapper()
399 void f64x2_floor_wrapper(Address data) { in f64x2_floor_wrapper()
403 void f64x2_trunc_wrapper(Address data) { in f64x2_trunc_wrapper()
407 void f64x2_nearest_int_wrapper(Address data) { in f64x2_nearest_int_wrapper()
411 void f32x4_ceil_wrapper(Address data) { in f32x4_ceil_wrapper()
415 void f32x4_floor_wrapper(Address data) { in f32x4_floor_wrapper()
419 void f32x4_trunc_wrapper(Address data) { in f32x4_trunc_wrapper()
423 void f32x4_nearest_int_wrapper(Address data) { in f32x4_nearest_int_wrapper()
468 V ReadAndIncrementOffset(Address data, size_t* offset) { in ReadAndIncrementOffset()
478 int32_t memory_init_wrapper(Address data) { in memory_init_wrapper()
501 int32_t memory_copy_wrapper(Address data) { in memory_copy_wrapper()
521 int32_t memory_fill_wrapper(Address data) { in memory_fill_wrapper()