Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.c782 # define SLJIT_PRINT_D "I64" macro
784 # define SLJIT_PRINT_D "l" macro
787 # define SLJIT_PRINT_D "" macro
800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
816 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
834 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
838 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
1459 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1476 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog1219 32. Put spaces around SLJIT_PRINT_D in the JIT compiler. Required by CXX11.

Completed in 25 milliseconds