• Home
  • Raw
  • Download

Lines Matching full: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()
1045 fprintf(compiler->verbose, " %s", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]); in check_sljit_emit_op0()
1047 fprintf(compiler->verbose, (op & SLJIT_I32_OP) ? "32" : "w"); in check_sljit_emit_op0()
1049 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op0()
1072 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1075 fprintf(compiler->verbose, " mov%s%s%s ", (GET_OPCODE(op) >= SLJIT_MOVU) ? "u" : "", in check_sljit_emit_op1()
1080 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op… in check_sljit_emit_op1()
1086 fprintf(compiler->verbose, ", "); in check_sljit_emit_op1()
1088 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op1()
1112 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1113 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op… in check_sljit_emit_op2()
1117 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1119 fprintf(compiler->verbose, ", "); in check_sljit_emit_op2()
1121 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op2()
1167 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1168 fprintf(compiler->verbose, " op_custom"); in check_sljit_emit_op_custom()
1170 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
1171 fprintf(compiler->verbose, "\n"); in check_sljit_emit_op_custom()
1194 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1196 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1199 fprintf(compiler->verbose, " %s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1203 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1()
1205 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1()
1228 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1229 …fprintf(compiler->verbose, " %s%s%s%s ", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT… in check_sljit_emit_fop1_cmp()
1232 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_cmp()
1234 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_cmp()
1257 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1258 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_sw_from_f64()
1262 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_conv_sw_from_f64()
1264 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_conv_sw_from_f64()
1287 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1288 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_f64_from_sw()
1292 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop1_conv_f64_from_sw()
1294 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop1_conv_f64_from_sw()
1314 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1315 …fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F3… in check_sljit_emit_fop2()
1317 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1319 fprintf(compiler->verbose, ", "); in check_sljit_emit_fop2()
1321 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fop2()
1332 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1333 fprintf(compiler->verbose, "label:\n"); in check_sljit_emit_label()
1352 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1353 fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1370 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1371 fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1374 fprintf(compiler->verbose, ", "); in check_sljit_emit_cmp()
1376 fprintf(compiler->verbose, "\n"); in check_sljit_emit_cmp()
1394 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1395 fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
1398 fprintf(compiler->verbose, ", "); in check_sljit_emit_fcmp()
1400 fprintf(compiler->verbose, "\n"); in check_sljit_emit_fcmp()
1419 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1420 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1422 fprintf(compiler->verbose, "\n"); in check_sljit_emit_ijump()
1448 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1449 fprintf(compiler->verbose, " flags %s%s%s%s, ", in check_sljit_emit_op_flags()
1455 fprintf(compiler->verbose, ", "); in check_sljit_emit_op_flags()
1458 fprintf(compiler->verbose, ", %s%s\n", jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_op_flags()
1472 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1473 fprintf(compiler->verbose, " local_base "); in check_sljit_get_local_base()
1475 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
1489 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1490 fprintf(compiler->verbose, " const "); in check_sljit_emit_const()
1492 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value); in check_sljit_emit_const()
1755 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
1758 SLJIT_UNUSED_ARG(verbose); in sljit_compiler_verbose()