Home
last modified time | relevance | path

Searched defs:IR_FOLD (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_fold.h12 IR_FOLD(EQ(C_U8, C_U8)) in IR_FOLD() function
37 IR_FOLD(NE(C_U8, C_U8)) in IR_FOLD() function
62 IR_FOLD(LT(C_U8, C_U8)) in IR_FOLD() function
554 IR_FOLD(NEG(C_I16)) in IR_FOLD() function
711 IR_FOLD(NOT(C_I8)) in IR_FOLD() function
1358 IR_FOLD(COPY(_)) in IR_FOLD() function
1408 IR_FOLD(ABS(ABS)) in IR_FOLD() function
1414 IR_FOLD(ABS(NEG)) in IR_FOLD() function
1422 IR_FOLD(NOT(NOT)) in IR_FOLD() function
1497 IR_FOLD(NOT(NE)) in IR_FOLD() function
[all …]
H A Dir.c863 #define IR_FOLD(X) IR_FOLD1(X, __LINE__) macro

Completed in 24 milliseconds