Home
last modified time | relevance | path

Searched defs:SimdOp (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.cc378 void SimdOp(FullDecoder* decoder, WasmOpcode opcode, Vector<Value> args, in SimdOp() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1771 void SimdOp(FullDecoder* decoder, WasmOpcode opcode, Vector<Value> args, in SimdOp() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
/external/v8/src/compiler/
Dwasm-compiler.cc3429 Node* WasmGraphBuilder::SimdOp(wasm::WasmOpcode opcode, Node* const* inputs) { in SimdOp() function in v8::internal::compiler::WasmGraphBuilder