Specialize load and unary ops
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index ab02b40ae33d959dd4e122a91f1f5ce53b5269a4..e68607e9cb78695e5c6f36f76d8b61d2e08eda61 100644 (file)
@@ -78,6 +78,12 @@ enum filter_op {
        FILTER_OP_UNARY_PLUS,
        FILTER_OP_UNARY_MINUS,
        FILTER_OP_UNARY_NOT,
+       FILTER_OP_UNARY_PLUS_S64,
+       FILTER_OP_UNARY_MINUS_S64,
+       FILTER_OP_UNARY_NOT_S64,
+       FILTER_OP_UNARY_PLUS_DOUBLE,
+       FILTER_OP_UNARY_MINUS_DOUBLE,
+       FILTER_OP_UNARY_NOT_DOUBLE,
 
        /* logical */
        FILTER_OP_AND,
This page took 0.024673 seconds and 4 git commands to generate.