Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h421 CASE_OP(I31GetU, "i31.get_u") in OpcodeName()
H A Dgraph-builder-interface.cc1147 void I31GetU(FullDecoder* decoder, const Value& input, Value* result) { in I31GetU() function
1148 result->node = builder_->I31GetU(input.node); in I31GetU()
H A Dwasm-opcodes.h702 V(I31GetU, 0xfb22, _) \
H A Dfunction-body-decoder-impl.h1044 F(I31GetU, const Value& input, Value* result) \
4431 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31GetU, i31, &value); in DecodeGCOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h511 Node* I31GetU(Node* input);
H A Dwasm-compiler.cc6161 Node* WasmGraphBuilder::I31GetU(Node* input) {
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5538 void I31GetU(FullDecoder* decoder, const Value& input, Value* result) {

Completed in 37 milliseconds