Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c757 # define SLJIT_PRINT_D "I64" macro
759 # define SLJIT_PRINT_D "l" macro
762 # define SLJIT_PRINT_D "" macro
777 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
789 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
793 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
811 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
815 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
1571 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1588 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()