Home
last modified time | relevance | path

Searched refs:TableFill (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h242 CASE_OP(TableFill, "table.fill") in OpcodeName()
H A Dgraph-builder-interface.cc1023 void TableFill(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableFill() function
1025 builder_->TableFill(imm.index, start.node, value.node, count.node); in TableFill()
H A Dwasm-opcodes.h601 /* TableFill is polymorphic in the second parameter. */ \
603 V_VARIADIC(TableFill, 0xfc11)
H A Dfunction-body-decoder-impl.h1022 F(TableFill, const IndexImmediate<validate>& imm, const Value& start, \
5103 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableFill, imm, start, value, count); in DecodeNumericOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h480 void TableFill(uint32_t table_index, Node* start, Node* value, Node* count);
H A Dwasm-compiler.cc5583 void WasmGraphBuilder::TableFill(uint32_t table_index, Node* start, Node* value, in TableFill() function in v8::internal::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5165 void TableFill(FullDecoder* decoder, const IndexImmediate<validate>& imm,

Completed in 34 milliseconds