Searched refs:I64Const (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-opcodes.h | 58 V(I64Const, 0x42, _) \ |
D | function-body-decoder-impl.h | 622 F(I64Const, Value* result, int64_t value) \ |
D | function-body-decoder.cc | 220 void I64Const(FullDecoder* decoder, Value* result, int64_t value) { in I64Const() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1002 void I64Const(FullDecoder* decoder, Value* result, int64_t value) { in I64Const() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler |