Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.c739 # define SLJIT_PRINT_D "I64" macro
741 # define SLJIT_PRINT_D "l" macro
744 # define SLJIT_PRINT_D "" macro
757 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
769 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
773 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
791 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
795 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
1517 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1537 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
/external/pcre/dist/
DChangeLog876 32. Put spaces around SLJIT_PRINT_D in the JIT compiler. Required by CXX11.