Searched refs:WASM_STORE_MEM (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/unittests/wasm/ |
D | wasm-macro-gen-unittest.cc | 55 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()
|
D | ast-decoder-unittest.cc | 873 VERIFY(WASM_STORE_MEM(MachineType::Int32(), WASM_I8(24), WASM_I8(40))); in TEST_F()
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm-module.cc | 163 WASM_BLOCK(2, WASM_STORE_MEM(MachineType::Int32(), WASM_ZERO, in TEST()
|
D | test-run-wasm.cc | 604 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/ |
D | wasm-macro-gen.h | 91 #define WASM_STORE_MEM(type, index, val) \ macro
|