Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1908 sljit_s32 neg_op = 0; in emit_op() local
1919 neg_op = SLJIT_SUB; in emit_op()
1923 neg_op = SLJIT_SUBC; in emit_op()
1927 neg_op = SLJIT_ADD; in emit_op()
1931 neg_op = SLJIT_ADDC; in emit_op()
1951 if (neg_op != 0) { in emit_op()
1954 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
1977 if (neg_op >= SLJIT_SUB) { in emit_op()
1983 op = neg_op | GET_ALL_FLAGS(op); in emit_op()

Completed in 14 milliseconds