Searched refs:I32Const (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-opcodes.h | 57 V(I32Const, 0x41, _) \ |
D | function-body-decoder-impl.h | 621 F(I32Const, Value* result, int32_t value) \ |
D | function-body-decoder.cc | 216 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 998 void I32Const(FullDecoder* decoder, Value* result, int32_t value) { in I32Const() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler |