Home
last modified time | relevance | path

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

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