Home
last modified time | relevance | path

Searched refs:WASM_STORE_MEM (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc55 EXPECT_SIZE(6, WASM_STORE_MEM(MachineType::Int32(), WASM_ZERO, WASM_ZERO)); in TEST_F()
303 EXPECT_SIZE(6, WASM_STORE_MEM(kMemTypes[i], WASM_ZERO, WASM_GET_LOCAL(0))); in TEST_F()
Dast-decoder-unittest.cc873 VERIFY(WASM_STORE_MEM(MachineType::Int32(), WASM_I8(24), WASM_I8(40))); in TEST_F()
/external/v8/test/cctest/wasm/
Dtest-run-wasm-module.cc163 WASM_BLOCK(2, WASM_STORE_MEM(MachineType::Int32(), WASM_ZERO, in TEST()
Dtest-run-wasm.cc604 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(), in TEST()
607 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(), in TEST()
1204 2, WASM_STORE_MEM(MachineType::Float32(), WASM_ZERO, in TEST()
1222 BUILD(r, WASM_STORE_MEM(MachineType::Int32(), WASM_ZERO, in TEST()
1665 2, WASM_STORE_MEM(MachineType::Float64(), WASM_ZERO, in TEST()
1790 WASM_STORE_MEM(MachineType::Float32(), WASM_ZERO, in TEST()
1861 WASM_STORE_MEM(memType, WASM_ZERO, WASM_GET_LOCAL(kAccum)), in GenerateAndRunFold()
2397 BUILD(t, WASM_STORE_MEM(MachineType::Int32(), WASM_I8(kMemOffset), in TEST()
2497 2, WASM_STORE_MEM( in TEST()
/external/v8/src/wasm/
Dwasm-macro-gen.h91 #define WASM_STORE_MEM(type, index, val) \ macro