Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc1523 #define STORE_CASE(name, ctype, mtype) \ in Execute() macro
1539 STORE_CASE(I32StoreMem8, int32_t, int8_t); in Execute()
1540 STORE_CASE(I32StoreMem16, int32_t, int16_t); in Execute()
1541 STORE_CASE(I64StoreMem8, int64_t, int8_t); in Execute()
1542 STORE_CASE(I64StoreMem16, int64_t, int16_t); in Execute()
1543 STORE_CASE(I64StoreMem32, int64_t, int32_t); in Execute()
1544 STORE_CASE(I32StoreMem, int32_t, int32_t); in Execute()
1545 STORE_CASE(I64StoreMem, int64_t, int64_t); in Execute()
1546 STORE_CASE(F32StoreMem, float, float); in Execute()
1547 STORE_CASE(F64StoreMem, double, double); in Execute()
[all …]