Home
last modified time | relevance | path

Searched refs:f32_nearest_int_wrapper (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-external-refs.h22 void f32_nearest_int_wrapper(Address data);
Dwasm-external-refs.cc33 void f32_nearest_int_wrapper(Address data) { in f32_nearest_int_wrapper() function
/external/v8/src/
Dexternal-reference.cc243 Redirect(FUNCTION_ADDR(wasm::f32_nearest_int_wrapper))); in wasm_f32_nearest_int()