Home | History | Annotate | Download | only in wasm

Lines Matching refs:U32V_1

22 #define IMPORT_SIG_INDEX(v) U32V_1(v)
23 #define FUNC_INDEX(v) U32V_1(v)
24 #define NO_NAME U32V_1(0)
25 #define NAME_LENGTH(v) U32V_1(v)
37 #define U32V_1(x) static_cast<byte>((x)&MASK_7)
91 key, kExprBrTable, ARITY_0, U32V_1(count), __VA_ARGS__
94 val, key, kExprBrTable, ARITY_1, U32V_1(count), __VA_ARGS__
227 static_cast<byte>(CheckI32v((val), 1), kExprI32Const), U32V_1(val)
404 __VA_ARGS__, kExprCallImport, U32V_1(arity), static_cast<byte>(index),
419 func, __VA_ARGS__, kExprCallIndirect, U32V_1(arity), static_cast<byte>(index)