Searched refs:fstmt (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 98 #define WASM_IF_ELSE(cond, tstmt, fstmt) \ argument 99 cond, kExprIf, kLocalVoid, tstmt, kExprElse, fstmt, kExprEnd 101 #define WASM_IF_ELSE_T(t, cond, tstmt, fstmt) \ argument 103 kExprElse, fstmt, kExprEnd 105 #define WASM_IF_ELSE_TT(t1, t2, cond, tstmt, fstmt) \ argument 109 fstmt, kExprEnd 111 #define WASM_IF_ELSE_I(cond, tstmt, fstmt) \ argument 112 cond, kExprIf, kLocalI32, tstmt, kExprElse, fstmt, kExprEnd 113 #define WASM_IF_ELSE_L(cond, tstmt, fstmt) \ argument 114 cond, kExprIf, kLocalI64, tstmt, kExprElse, fstmt, kExprEnd [all …]
|