Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h956 #define SLJIT_SET(condition) ((condition) << 10) macro
1322 #define SLJIT_SET_LESS SLJIT_SET(SLJIT_LESS)
1326 #define SLJIT_SET_GREATER SLJIT_SET(SLJIT_GREATER)
1330 #define SLJIT_SET_SIG_LESS SLJIT_SET(SLJIT_SIG_LESS)
1339 #define SLJIT_SET_OVERFLOW SLJIT_SET(SLJIT_OVERFLOW)
1344 #define SLJIT_SET_CARRY SLJIT_SET(SLJIT_CARRY)
1352 #define SLJIT_SET_F_EQUAL SLJIT_SET(SLJIT_F_EQUAL)
1356 #define SLJIT_SET_F_LESS SLJIT_SET(SLJIT_F_LESS)
1360 #define SLJIT_SET_F_GREATER SLJIT_SET(SLJIT_F_GREATER)
1366 #define SLJIT_SET_UNORDERED SLJIT_SET(SLJIT_UNORDERED)
[all …]

Completed in 13 milliseconds