Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h420 CASE_OP(I31GetS, "i31.get_s") in OpcodeName()
H A Dgraph-builder-interface.cc1143 void I31GetS(FullDecoder* decoder, const Value& input, Value* result) { in I31GetS() function
1144 result->node = builder_->I31GetS(input.node); in I31GetS()
H A Dwasm-opcodes.h701 V(I31GetS, 0xfb21, _) \
H A Dfunction-body-decoder-impl.h1043 F(I31GetS, const Value& input, Value* result) \
4422 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31GetS, i31, &value); in DecodeGCOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h510 Node* I31GetS(Node* input);
H A Dwasm-compiler.cc6151 Node* WasmGraphBuilder::I31GetS(Node* input) {
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5526 void I31GetS(FullDecoder* decoder, const Value& input, Value* result) {

Completed in 35 milliseconds