Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc20 void InitExprInterface::I32Const(FullDecoder* decoder, Value* result, in I32Const() function in v8::internal::wasm::InitExprInterface
H A Dwasm-module.h97 static ConstantExpression I32Const(int32_t value) { in I32Const() function in v8::internal::wasm::ConstantExpression
H A Dfunction-body-decoder-impl.h908 F(I32Const, Value* result, int32_t value) \
3048 DECODE(I32Const) { in DECODE()
3051 CALL_INTERFACE_IF_OK_AND_REACHABLE(I32Const, &value, imm.value); in DECODE()
3109 CALL_INTERFACE_IF_OK_AND_REACHABLE(I32Const, &result, 0); in DECODE()
3544 DECODE_IMPL_CONST(I32Const); in GetOpcodeHandlerTableEntry()
4488 CALL_INTERFACE(I32Const, &value, 1); in DecodeGCOpcode()
4493 CALL_INTERFACE(I32Const, &value, 0); in DecodeGCOpcode()
4756 CALL_INTERFACE(I32Const, &result, 1); \ in DecodeGCOpcode()
4762 CALL_INTERFACE(I32Const, &result, 0); \ in DecodeGCOpcode()
H A Dwasm-opcodes.h75 V(I32Const, 0x41, _) \
H A Dmodule-decoder.cc1888 return ConstantExpression::I32Const(value); in consume_init_expr()
H A Dgraph-builder-interface.cc367 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2151 void I32Const(FullDecoder* decoder, Value* result, int32_t value) {

Completed in 25 milliseconds