Searched refs:STR_END (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c392 #define STR_END SLJIT_SAVED_REG2 macro
1392 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_SAVED_REG2, str_end_must_be_saved_reg2);
1404 OP2(SLJIT_SUB, SLJIT_SAVED_REG2, 0, STR_END, 0, SLJIT_SAVED_REG1, 0);
1603 return CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0);
1605 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1632 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
1637 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1657 Does not check STR_END. TMP2 Destroyed. */
1684 Does not check STR_END. TMP2 Destroyed. */
1710 /* Reads the character type into TMP1, updates STR_PTR. Does not check STR_END
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c392 #define STR_END SLJIT_SAVED_REG2 macro
1392 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_SAVED_REG2, str_end_must_be_saved_reg2);
1404 OP2(SLJIT_SUB, SLJIT_SAVED_REG2, 0, STR_END, 0, SLJIT_SAVED_REG1, 0);
1603 return CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0);
1605 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1632 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
1637 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1657 Does not check STR_END. TMP2 Destroyed. */
1684 Does not check STR_END. TMP2 Destroyed. */
1710 /* Reads the character type into TMP1, updates STR_PTR. Does not check STR_END
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c392 #define STR_END SLJIT_SAVED_REG2 macro
1392 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_SAVED_REG2, str_end_must_be_saved_reg2);
1404 OP2(SLJIT_SUB, SLJIT_SAVED_REG2, 0, STR_END, 0, SLJIT_SAVED_REG1, 0);
1603 return CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0);
1605 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1632 add_jump(compiler, backtracks, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
1637 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0);
1657 Does not check STR_END. TMP2 Destroyed. */
1684 Does not check STR_END. TMP2 Destroyed. */
1710 /* Reads the character type into TMP1, updates STR_PTR. Does not check STR_END
[all...]

Completed in 152 milliseconds