Searched refs:EXPR (Results 1 – 2 of 2) sorted by relevance
31 #define ASM_DEFINE(NAME, EXPR) \ argument34 :: "i" (static_cast<int64_t>(EXPR)), "i" ((EXPR) < 0 ? 1 : 0)); \
178 #define ASM_DEFINE(NAME, EXPR) static_assert((NAME) == (EXPR), "Unexpected value of " #NAME); argument