Searched refs:SimdLaneOp (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 831 void SimdLaneOp(FullDecoder* decoder, WasmOpcode opcode, in SimdLaneOp() function 836 result->node = builder_->SimdLaneOp(opcode, imm.lane, nodes.begin()); in SimdLaneOp()
|
H A D | function-body-decoder-impl.h | 992 F(SimdLaneOp, WasmOpcode opcode, const SimdLaneImmediate<validate>& imm, \ 3853 CALL_INTERFACE_IF_OK_AND_REACHABLE(SimdLaneOp, opcode, imm, in SimdExtractLane() 3867 CALL_INTERFACE_IF_OK_AND_REACHABLE(SimdLaneOp, opcode, imm, in SimdReplaceLane()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 456 Node* SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, Node* const* inputs);
|
H A D | wasm-compiler.cc | 5093 Node* WasmGraphBuilder::SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, in SimdLaneOp() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4061 void SimdLaneOp(FullDecoder* decoder, WasmOpcode opcode,
|
Completed in 32 milliseconds