Searched refs:F64Const (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 35 void InitExprInterface::F64Const(FullDecoder* decoder, Value* result, in F64Const() function in v8::internal::wasm::InitExprInterface
|
H A D | function-body-decoder-impl.h | 911 F(F64Const, Value* result, double value) \ 3072 DECODE(F64Const) { in DECODE() 3075 CALL_INTERFACE_IF_OK_AND_REACHABLE(F64Const, &value, imm.value); in DECODE() 3547 DECODE_IMPL_CONST(F64Const); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 78 V(F64Const, 0x44, _) \
|
H A D | graph-builder-interface.cc | 379 void F64Const(FullDecoder* decoder, Value* result, double value) { in F64Const() function
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2176 void F64Const(FullDecoder* decoder, Value* result, double value) {
|
Completed in 28 milliseconds