Searched refs:SimdLaneOp (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 385 void SimdLaneOp(FullDecoder* decoder, WasmOpcode opcode, in SimdLaneOp() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface 389 result->node = BUILD(SimdLaneOp, opcode, imm.lane, nodes); in SimdLaneOp()
|
D | function-body-decoder-impl.h | 653 F(SimdLaneOp, WasmOpcode opcode, const SimdLaneImmediate<validate>& imm, \ 2147 CALL_INTERFACE_IF_REACHABLE(SimdLaneOp, opcode, imm, ArrayVector(inputs), in SimdExtractLane() 2160 CALL_INTERFACE_IF_REACHABLE(SimdLaneOp, opcode, imm, ArrayVector(inputs), in SimdReplaceLane()
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 294 Node* SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, Node* const* inputs);
|
D | wasm-compiler.cc | 3754 Node* WasmGraphBuilder::SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, in SimdLaneOp() function in v8::internal::compiler::WasmGraphBuilder
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1775 void SimdLaneOp(FullDecoder* decoder, WasmOpcode opcode, in SimdLaneOp() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
|