• Home
  • Raw
  • Download

Lines Matching refs:verbose

732 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose)  in sljit_compiler_verbose()  argument
734 compiler->verbose = verbose; in sljit_compiler_verbose()
750 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
752 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - (r)); \
757 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
760 fputc('[', compiler->verbose); \
763 fprintf(compiler->verbose, " + "); \
766 fprintf(compiler->verbose, " * %d", 1 << (i)); \
769 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
770 fputc(']', compiler->verbose); \
773 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
777 fprintf(compiler->verbose, "unused");
782 fputc('[', compiler->verbose); \
785 fprintf(compiler->verbose, " + "); \
788 fprintf(compiler->verbose, "%d", 1 << (i)); \
791 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
792 fputc(']', compiler->verbose); \
795 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
799 fprintf(compiler->verbose, "fr%d", (p) - SLJIT_FR0); \
801 fprintf(compiler->verbose, "fs%d", SLJIT_NUMBER_OF_FLOAT_REGISTERS - (p)); \
899 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_enter()
900 …fprintf(compiler->verbose, " enter options:none args:%d scratches:%d saveds:%d fscratches:%d fsav… in check_sljit_emit_enter()
937 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_set_context()
938 …fprintf(compiler->verbose, " set_context options:none args:%d scratches:%d saveds:%d fscratches:%… in check_sljit_set_context()
960 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
962 fprintf(compiler->verbose, " return\n"); in check_sljit_emit_return()
964 fprintf(compiler->verbose, " return.%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()
966 fprintf(compiler->verbose, "\n"); in check_sljit_emit_return()
983 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
984 fprintf(compiler->verbose, " fast_enter "); in check_sljit_emit_fast_enter()
986 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fast_enter()
1002 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_return()
1003 fprintf(compiler->verbose, " fast_return "); in check_sljit_emit_fast_return()
1005 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fast_return()
1020 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1021 …fprintf(compiler->verbose, " %s%s\n", !(op & SLJIT_INT_OP) ? "" : "i", op0_names[GET_OPCODE(op) -… in check_sljit_emit_op0()
1052 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1053 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", op1_names[GET_O… in check_sljit_emit_op1()
1057 fprintf(compiler->verbose, ", "); in check_sljit_emit_op1()
1059 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op1()
1094 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1095 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", op2_names[GET_O… in check_sljit_emit_op2()
1099 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1101 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1103 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op2()
1181 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1182 fprintf(compiler->verbose, " %s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1187 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1()
1189 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1()
1220 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1221 …fprintf(compiler->verbose, " %s%s%s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], (op & SLJI… in check_sljit_emit_fop1_cmp()
1224 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_cmp()
1226 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_cmp()
1257 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convw_fromd()
1258 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convw_fromd()
1262 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_convw_fromd()
1264 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_convw_fromd()
1295 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convd_fromw()
1296 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convd_fromw()
1300 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_convd_fromw()
1302 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_convd_fromw()
1331 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1332 …fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_SI… in check_sljit_emit_fop2()
1334 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1336 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1338 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop2()
1349 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1350 fprintf(compiler->verbose, "label:\n"); in check_sljit_emit_label()
1370 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1371 …fprintf(compiler->verbose, " jump%s.%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_name… in check_sljit_emit_jump()
1393 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1394 …fprintf(compiler->verbose, " %scmp%s.%s ", !(type & SLJIT_INT_OP) ? "" : "i", !(type & SLJIT_REWR… in check_sljit_emit_cmp()
1396 fprintf(compiler->verbose, ", "); in check_sljit_emit_cmp()
1398 fprintf(compiler->verbose, "\n"); in check_sljit_emit_cmp()
1422 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1423 fprintf(compiler->verbose, " %scmp%s.%s ", (type & SLJIT_SINGLE_OP) ? "s" : "d", in check_sljit_emit_fcmp()
1426 fprintf(compiler->verbose, ", "); in check_sljit_emit_fcmp()
1428 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fcmp()
1453 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1454 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1456 fprintf(compiler->verbose, "\n"); in check_sljit_emit_ijump()
1489 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1490 fprintf(compiler->verbose, " %sflags.%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", in check_sljit_emit_op_flags()
1495 fprintf(compiler->verbose, ", "); in check_sljit_emit_op_flags()
1498 fprintf(compiler->verbose, ", %s\n", jump_names[type]); in check_sljit_emit_op_flags()
1514 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1515 fprintf(compiler->verbose, " local_base "); in check_sljit_get_local_base()
1517 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1534 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1535 fprintf(compiler->verbose, " const "); in check_sljit_emit_const()
1537 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
1765 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
1768 SLJIT_UNUSED_ARG(verbose); in sljit_compiler_verbose()