Lines Matching full:wasm
143 "wasm::call_trap_callback_for_testing") \
144 V(wasm_f32_ceil, "wasm::f32_ceil_wrapper") \
145 V(wasm_f32_floor, "wasm::f32_floor_wrapper") \
146 V(wasm_f32_nearest_int, "wasm::f32_nearest_int_wrapper") \
147 V(wasm_f32_trunc, "wasm::f32_trunc_wrapper") \
148 V(wasm_f64_ceil, "wasm::f64_ceil_wrapper") \
149 V(wasm_f64_floor, "wasm::f64_floor_wrapper") \
150 V(wasm_f64_nearest_int, "wasm::f64_nearest_int_wrapper") \
151 V(wasm_f64_trunc, "wasm::f64_trunc_wrapper") \
152 V(wasm_float32_to_int64, "wasm::float32_to_int64_wrapper") \
153 V(wasm_float32_to_uint64, "wasm::float32_to_uint64_wrapper") \
154 V(wasm_float64_pow, "wasm::float64_pow") \
155 V(wasm_float64_to_int64, "wasm::float64_to_int64_wrapper") \
156 V(wasm_float64_to_uint64, "wasm::float64_to_uint64_wrapper") \
157 V(wasm_int64_div, "wasm::int64_div") \
158 V(wasm_int64_mod, "wasm::int64_mod") \
159 V(wasm_int64_to_float32, "wasm::int64_to_float32_wrapper") \
160 V(wasm_int64_to_float64, "wasm::int64_to_float64_wrapper") \
161 V(wasm_uint64_div, "wasm::uint64_div") \
162 V(wasm_uint64_mod, "wasm::uint64_mod") \
163 V(wasm_uint64_to_float32, "wasm::uint64_to_float32_wrapper") \
164 V(wasm_uint64_to_float64, "wasm::uint64_to_float64_wrapper") \
165 V(wasm_word32_ctz, "wasm::word32_ctz") \
166 V(wasm_word32_popcnt, "wasm::word32_popcnt") \
167 V(wasm_word32_rol, "wasm::word32_rol") \
168 V(wasm_word32_ror, "wasm::word32_ror") \
169 V(wasm_word64_ctz, "wasm::word64_ctz") \
170 V(wasm_word64_popcnt, "wasm::word64_popcnt") \