Home
last modified time | relevance | path

Searched refs:IR_OPT_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_fold.h1593 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1810 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1830 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1835 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1854 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1874 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1879 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1894 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1899 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
1913 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD()
[all …]
H A Dir.h379 #define IR_OPT_TYPE_MASK 0xff00 macro
385 #define IR_OPT_TYPE(opt) (((opt) & IR_OPT_TYPE_MASK) >> IR_OPT_TYPE_SHIFT)

Completed in 19 milliseconds