MUL
ITM_EXPR_BIN(MUL), /* A * B */
#define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \
#define MUL(c, r...) \
#define MUL(c, a) \
#define MUL(c, r...) \
#define MUL(c, r...) \
#define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \