OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WASM_STORE_MEM
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc
55
EXPECT_SIZE(6,
WASM_STORE_MEM
(MachineType::Int32(), WASM_ZERO, WASM_ZERO));
303
EXPECT_SIZE(6,
WASM_STORE_MEM
(kMemTypes[i], WASM_ZERO, WASM_GET_LOCAL(0)));
ast-decoder-unittest.cc
873
VERIFY(
WASM_STORE_MEM
(MachineType::Int32(), WASM_I8(24), WASM_I8(40)));
[
all
...]
/external/v8/test/cctest/wasm/
test-run-wasm-module.cc
163
WASM_BLOCK(2,
WASM_STORE_MEM
(MachineType::Int32(), WASM_ZERO,
test-run-wasm.cc
604
WASM_I32_DIVS(
WASM_STORE_MEM
(MachineType::Int8(),
607
WASM_I32_DIVS(
WASM_STORE_MEM
(MachineType::Int8(),
[
all
...]
/external/v8/src/wasm/
wasm-macro-gen.h
91
#define
WASM_STORE_MEM
(type, index, val) \
Completed in 1409 milliseconds