Searched refs:TableFill (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 242 CASE_OP(TableFill, "table.fill") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1023 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 D | wasm-opcodes.h | 601 /* TableFill is polymorphic in the second parameter. */ \ 603 V_VARIADIC(TableFill, 0xfc11)
|
H A D | function-body-decoder-impl.h | 1022 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 D | wasm-compiler.h | 480 void TableFill(uint32_t table_index, Node* start, Node* value, Node* count);
|
H A D | wasm-compiler.cc | 5583 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 D | liftoff-compiler.cc | 5165 void TableFill(FullDecoder* decoder, const IndexImmediate<validate>& imm,
|
Completed in 34 milliseconds