Home
last modified time | relevance | path

Searched refs: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
13 IR_FOLD(EQ(C_U16, C_U16)) in IR_FOLD()
14 IR_FOLD(EQ(C_U32, C_U32)) in IR_FOLD()
18 IR_FOLD(EQ(C_I8, C_I8)) in IR_FOLD()
1358 IR_FOLD(COPY(_)) in IR_FOLD() function
1496 IR_FOLD(NOT(EQ))
1497 IR_FOLD(NOT(NE)) in IR_FOLD() function
1498 IR_FOLD(NOT(LT)) in IR_FOLD()
1499 IR_FOLD(NOT(GE)) in IR_FOLD()
1500 IR_FOLD(NOT(LE)) in IR_FOLD()
[all …]
H A Dir.c863 #define IR_FOLD(X) IR_FOLD1(X, __LINE__) macro

Completed in 47 milliseconds