Lines Matching refs:verbose

775 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose)  in sljit_compiler_verbose()  argument
777 compiler->verbose = verbose; in sljit_compiler_verbose()
793 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
795 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - (r)); \
800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
803 fputc('[', compiler->verbose); \
806 fprintf(compiler->verbose, " + "); \
809 fprintf(compiler->verbose, " * %d", 1 << (i)); \
812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
813 fputc(']', compiler->verbose); \
816 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
820 fprintf(compiler->verbose, "unused");
825 fputc('[', compiler->verbose); \
828 fprintf(compiler->verbose, " + "); \
831 fprintf(compiler->verbose, "%d", 1 << (i)); \
834 fprintf(compiler->verbose, "%" SLJIT_PRINT_D "d", (i)); \
835 fputc(']', compiler->verbose); \
838 fprintf(compiler->verbose, "[#%" SLJIT_PRINT_D "d]", (i)); \
842 fprintf(compiler->verbose, "fr%d", (p) - SLJIT_FR0); \
844 fprintf(compiler->verbose, "fs%d", SLJIT_NUMBER_OF_FLOAT_REGISTERS - (p)); \
944 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_enter()
945 …fprintf(compiler->verbose, " enter options:none args:%d scratches:%d saveds:%d fscratches:%d fsav… in check_sljit_emit_enter()
973 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_set_context()
974 …fprintf(compiler->verbose, " set_context options:none args:%d scratches:%d saveds:%d fscratches:%… in check_sljit_set_context()
992 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
994 fprintf(compiler->verbose, " return\n"); in check_sljit_emit_return()
996 fprintf(compiler->verbose, " return.%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()
998 fprintf(compiler->verbose, "\n"); in check_sljit_emit_return()
1011 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
1012 fprintf(compiler->verbose, " fast_enter "); in check_sljit_emit_fast_enter()
1014 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fast_enter()
1026 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_return()
1027 fprintf(compiler->verbose, " fast_return "); in check_sljit_emit_fast_return()
1029 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fast_return()
1043 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1044 …fprintf(compiler->verbose, " %s%s\n", !(op & SLJIT_INT_OP) ? "" : "i", op0_names[GET_OPCODE(op) -… in check_sljit_emit_op0()
1066 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1067 …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()
1071 fprintf(compiler->verbose, ", "); in check_sljit_emit_op1()
1073 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op1()
1097 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1098 …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()
1102 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1104 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1106 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op2()
1152 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1153 fprintf(compiler->verbose, " op_custom"); in check_sljit_emit_op_custom()
1155 fprintf(compiler->verbose, " 0x%x", ((sljit_ub*)instruction)[i]); in check_sljit_emit_op_custom()
1156 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op_custom()
1179 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1181 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONVD_FROMS - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1184 fprintf(compiler->verbose, " %s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", in check_sljit_emit_fop1()
1188 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1()
1190 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1()
1213 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1214 …fprintf(compiler->verbose, " %s%s%s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop1_names[SLJIT_DCM… in check_sljit_emit_fop1_cmp()
1217 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_cmp()
1219 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_cmp()
1242 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convw_fromd()
1243 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convw_fromd()
1247 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_convw_fromd()
1249 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_convw_fromd()
1272 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convd_fromw()
1273 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convd_fromw()
1277 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_convd_fromw()
1279 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_convd_fromw()
1299 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1300 …fprintf(compiler->verbose, " %s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop2_names[GET_OPCODE(op… in check_sljit_emit_fop2()
1302 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1304 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1306 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop2()
1317 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1318 fprintf(compiler->verbose, "label:\n"); in check_sljit_emit_label()
1337 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1338 fprintf(compiler->verbose, " jump%s.%s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1355 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1356 fprintf(compiler->verbose, " cmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1359 fprintf(compiler->verbose, ", "); in check_sljit_emit_cmp()
1361 fprintf(compiler->verbose, "\n"); in check_sljit_emit_cmp()
1379 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1380 fprintf(compiler->verbose, " fcmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
1383 fprintf(compiler->verbose, ", "); in check_sljit_emit_fcmp()
1385 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fcmp()
1404 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1405 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1407 fprintf(compiler->verbose, "\n"); in check_sljit_emit_ijump()
1433 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1434 fprintf(compiler->verbose, " flags.%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", in check_sljit_emit_op_flags()
1439 fprintf(compiler->verbose, ", "); in check_sljit_emit_op_flags()
1442 fprintf(compiler->verbose, ", %s%s\n", JUMP_PREFIX(type), jump_names[type & 0xff]); in check_sljit_emit_op_flags()
1456 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1457 fprintf(compiler->verbose, " local_base "); in check_sljit_get_local_base()
1459 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1473 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1474 fprintf(compiler->verbose, " const "); in check_sljit_emit_const()
1476 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
1739 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
1742 SLJIT_UNUSED_ARG(verbose); in sljit_compiler_verbose()