Home
last modified time | relevance | path

Searched refs:SimdOp (Results 1 – 5 of 5) 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
381 TFNode* node = BUILD(SimdOp, opcode, inputs); in SimdOp()
Dfunction-body-decoder-impl.h652 F(SimdOp, WasmOpcode opcode, Vector<Value> args, Value* result) \
2242 CALL_INTERFACE_IF_REACHABLE(SimdOp, opcode, vec2vec(args_), results); in DecodeSimdOpcode()
/external/v8/src/compiler/
Dwasm-compiler.h292 Node* SimdOp(wasm::WasmOpcode opcode, Node* const* inputs);
Dwasm-compiler.cc3429 Node* WasmGraphBuilder::SimdOp(wasm::WasmOpcode opcode, Node* const* inputs) { in SimdOp() function in v8::internal::compiler::WasmGraphBuilder
/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