Filter: specialize 'and' and 'or' ops.
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index 1c51eb0935443cddb32f2655c29c8fddf7a97f20..61d10cd7732eed1be9034012540507a49af93dac 100644 (file)
@@ -114,6 +114,10 @@ enum filter_op {
        /* logical */
        FILTER_OP_AND,
        FILTER_OP_OR,
+       FILTER_OP_AND_S64,
+       FILTER_OP_OR_S64,
+       FILTER_OP_AND_DOUBLE,
+       FILTER_OP_OR_DOUBLE,
 
        /* load */
        FILTER_OP_LOAD_FIELD_REF,
This page took 0.023238 seconds and 4 git commands to generate.