Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1977 sljit_s32 neg_op = 0; in emit_op() local
1994 neg_op = SLJIT_SUB; in emit_op()
1998 neg_op = SLJIT_SUBC; in emit_op()
2002 neg_op = SLJIT_ADD; in emit_op()
2006 neg_op = SLJIT_ADDC; in emit_op()
2028 if (neg_op != 0) { in emit_op()
2031 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
2056 if (neg_op >= SLJIT_SUB) { in emit_op()
2064 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
2121 op = neg_op; in emit_op()
[all …]

Completed in 13 milliseconds