Home
last modified time | relevance | path

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

/PHP-8.2/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()
15 IR_FOLD(EQ(C_U64, C_U64)) in IR_FOLD()
18 IR_FOLD(EQ(C_I8, C_I8)) in IR_FOLD()
37 IR_FOLD(NE(C_U8, C_U8)) in IR_FOLD() function
43 IR_FOLD(NE(C_I8, C_I8)) in IR_FOLD()
436 IR_FOLD(NEG(C_I8))
457 IR_FOLD(ABS(C_I8))
1241 IR_FOLD(COPY(_)) in IR_FOLD() function
[all …]
H A Dir.c855 #define IR_FOLD(X) IR_FOLD1(X, __LINE__) macro

Completed in 39 milliseconds