Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2781 sljit_u8 restore_ecx = 0; local
2859 restore_ecx = 1;
2899 if (!restore_ecx) {
2904 restore_ecx = 1;
2908 restore_ecx = 1;
2911 restore_ecx = 2;
2938 if (restore_ecx) {
2948 if (restore_ecx)
2949 …EMIT_MOV(compiler, SLJIT_PREF_SHIFT_REG, 0, restore_ecx == 1 ? TMP_REG1 : SLJIT_MEM1(SLJIT_SP), 0);

Completed in 13 milliseconds