Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.c753 # define SLJIT_PRINT_D "I64" macro
755 # define SLJIT_PRINT_D "l" macro
758 # define SLJIT_PRINT_D "" macro
773 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
785 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
789 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
807 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
811 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
1598 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1615 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1405 32. Put spaces around SLJIT_PRINT_D in the JIT compiler. Required by CXX11.

Completed in 26 milliseconds