HomeSort by relevance Sort by last modified time
    Searched refs:vex_printf (Results 1 - 25 of 36) sorted by null

1 2

  /external/valgrind/main/VEX/priv/
ir_defs.c 50 case Ity_INVALID: vex_printf("Ity_INVALID"); break;
51 case Ity_I1: vex_printf( "I1"); break;
52 case Ity_I8: vex_printf( "I8"); break;
53 case Ity_I16: vex_printf( "I16"); break;
54 case Ity_I32: vex_printf( "I32"); break;
55 case Ity_I64: vex_printf( "I64"); break;
56 case Ity_I128: vex_printf( "I128"); break;
57 case Ity_F32: vex_printf( "F32"); break;
58 case Ity_F64: vex_printf( "F64"); break;
59 case Ity_F128: vex_printf( "F128"); break
    [all...]
host_generic_regs.c 46 case HRcInt32: vex_printf("HRcInt32"); break;
47 case HRcInt64: vex_printf("HRcInt64"); break;
48 case HRcFlt32: vex_printf("HRcFlt32"); break;
49 case HRcFlt64: vex_printf("HRcFlt64"); break;
50 case HRcVec64: vex_printf("HRcVec64"); break;
51 case HRcVec128: vex_printf("HRcVec128"); break;
62 case HRcInt32: vex_printf("%%%sr%d", maybe_v, regNo); return;
63 case HRcInt64: vex_printf("%%%sR%d", maybe_v, regNo); return;
64 case HRcFlt32: vex_printf("%%%sF%d", maybe_v, regNo); return;
65 case HRcFlt64: vex_printf("%%%sD%d", maybe_v, regNo); return
    [all...]
host_generic_reg_alloc2.c 226 vex_printf("ensureRRISpace: %d -> %d\n", *size, 2 * *size);
417 vex_printf("** "); \
419 vex_printf("\n\n"); \
428 vex_printf(" rreg_state[%2d] = ", z); \
430 vex_printf(" \t"); \
432 case Free: vex_printf("Free\n"); break; \
433 case Unavail: vex_printf("Unavail\n"); break; \
434 case Bound: vex_printf("BoundTo "); \
436 vex_printf("\n"); break; \
439 vex_printf("\n vreg_state[0 .. %d]:\n ", n_vregs-1);
    [all...]
host_ppc_defs.c 69 vex_printf("%s", ireg32_names[r]);
74 vex_printf("%s", ireg32_names[r]);
79 vex_printf("%%fr%d", r);
84 vex_printf("%%v%d", r);
350 vex_printf("0(");
352 vex_printf("%d(", (Int)am->Pam.IR.index);
354 vex_printf(")");
358 vex_printf(",");
419 vex_printf("%d", (Int)(Short)op->Prh.Imm.imm16);
421 vex_printf("%u", (UInt)(UShort)op->Prh.Imm.imm16)
    [all...]
main_util.h 69 extern UInt vex_printf ( HChar *format, ... );
host_arm_defs.c 65 vex_printf("r%d", r);
70 vex_printf("d%d", r);
75 vex_printf("s%d", r);
80 vex_printf("q%d", r);
240 vex_printf("%d(", am->ARMam1.RI.simm13);
242 vex_printf(")");
245 vex_printf("(");
247 vex_printf(",");
249 vex_printf(",%u)", am->ARMam1.RRS.shift);
306 vex_printf("%d(", am->ARMam2.RI.simm9)
    [all...]
host_amd64_defs.c 63 vex_printf("%s", ireg64_names[r]);
68 vex_printf("%%fake%d", r);
73 vex_printf("%%xmm%d", r);
89 vex_printf("d");
97 vex_printf("%s", ireg32_names[r]);
227 vex_printf("(");
229 vex_printf("0x%x(", am->Aam.IR.imm);
231 vex_printf(")");
234 vex_printf("0x%x(", am->Aam.IRRS.imm);
236 vex_printf(",");
    [all...]
main_main.c 595 vex_printf("\n------------------------"
637 vex_printf("can't show code due to extents > 1\n");
643 vex_printf("GuestBytes %llx %u ", vta->guest_bytes_addr,
647 vex_printf(" %02x", b );
650 vex_printf(" %08x\n\n", sum);
668 vex_printf("\n------------------------"
672 vex_printf("\n");
692 vex_printf("\n------------------------"
696 vex_printf("\n");
715 vex_printf("\n------------------------"
    [all...]
host_mips_defs.c 80 vex_printf("%s", ireg32_names[r]);
85 vex_printf("%s", freg32_names[r]);
90 vex_printf("%s", freg64_names[r]);
897 vex_printf("0(");
899 vex_printf("%d(", (Int) am->Mam.IR.index);
901 vex_printf(")");
905 vex_printf(", ");
976 vex_printf("%d", (Int) (Short) op->Mrh.Imm.imm16);
978 vex_printf("%u", (UInt) (UShort) op->Mrh.Imm.imm16);
1483 vex_printf("li ")
    [all...]
host_x86_defs.c 62 vex_printf("%s", ireg32_names[r]);
67 vex_printf("%%fake%d", r);
72 vex_printf("%%xmm%d", r);
195 vex_printf("(");
197 vex_printf("0x%x(", am->Xam.IR.imm);
199 vex_printf(")");
202 vex_printf("0x%x(", am->Xam.IRRS.imm);
204 vex_printf(",");
206 vex_printf(",%d)", 1 << am->Xam.IRRS.shift);
265 vex_printf("$0x%x", op->Xrmi.Imm.imm32)
    [all...]
main_util.c 164 vex_printf("VEX temporary storage exhausted.\n");
165 vex_printf("Pool = %s, start %p curr %p end %p (size %lld)\n",
202 vex_printf("vex storage: T total %lld bytes allocated\n",
204 vex_printf("vex storage: P total %lld bytes allocated\n",
217 vex_printf( "\nvex: %s:%d (%s): Assertion `%s' failed.\n",
225 vex_printf("\nvex: the `impossible' happened:\n %s\n", str);
231 /*--- vex_printf ---*/
497 UInt vex_printf ( HChar* format, ... ) function
guest_arm_helpers.c 79 vex_printf("\n N Z C V\n");
80 vex_printf( "---------------------------------------------------\n");
82 vex_printf("CC_OP=%d %9d %9d %9d %9d\n",
179 vex_printf("armg_calculate_flag_n"
260 vex_printf("armg_calculate_flags_z"
341 vex_printf("armg_calculate_flag_c"
424 vex_printf("armg_calculate_flag_v"
476 // vex_printf("XXXXXXXX %x %x %x %x\n",
528 vex_printf("armg_calculate_condition(ARM)"
567 vex_printf("spec request:\n")
    [all...]
ir_opt.c 199 /* vex_printf("lookupHHW(%llx)\n", key ); */
216 /* vex_printf("addToHHW(%llx, %llx)\n", key, val); */
383 vex_printf("\n");
385 vex_printf("\n");
486 vex_printf("\n");
488 vex_printf("\n");
570 /* vex_printf("invalidate %d .. %d\n", k_lo, k_hi ); */
619 vex_printf("rGET: "); ppIRExpr(get);
620 vex_printf(" -> "); ppIRExpr(valE);
621 vex_printf("\n")
    [all...]
guest_ppc_toIR.c 200 vex_printf(format, ## args)
    [all...]
guest_x86_helpers.c 439 vex_printf("\nTotal calls: calc_all=%u calc_cond=%u calc_c=%u\n",
442 vex_printf(" cSLOW cFAST O NO B NB Z NZ BE NBE"
444 vex_printf(" -----------------------------------------------------"
456 vex_printf("%2d%c: ", op, ch);
457 vex_printf("%6u ", tabc_slow[op]);
458 vex_printf("%6u ", tabc_fast[op]);
462 vex_printf(" %3dK", n / 1000);
465 vex_printf(" %3d ", n );
467 vex_printf(" ");
470 vex_printf("\n")
    [all...]
host_mips_isel.c 161 vex_printf("\n");
    [all...]
host_amd64_isel.c 181 vex_printf("\n");
397 if (0) { ppIRExpr(e); vex_printf("\n"); }
542 ppIRExpr(args[i]); vex_printf(" "); }
543 vex_printf("\n");}
803 vex_printf("\niselIntExpr_R: "); ppIRExpr(e); vex_printf("\n");
    [all...]
guest_generic_bb_to_IR.c 350 vex_printf("\n");
392 vex_printf(" ");
394 vex_printf("\n");
472 vex_printf("resteer[%d,%d] to 0x%llx (delta = %lld)\n",
573 /* vex_printf("%lx %lx %ld\n", first_hW, last_hW, hWs_to_check); */
752 vex_printf(" ");
753 vex_printf( "PUT(%d) = ", irsb->offsIP);
755 vex_printf( "; exit-");
757 vex_printf( "\n");
758 vex_printf( "\n")
    [all...]
host_ppc_isel.c 332 vex_printf("\n");
    [all...]
guest_amd64_helpers.c 517 vex_printf("\nTotal calls: calc_all=%u calc_cond=%u calc_c=%u\n",
520 vex_printf(" cSLOW cFAST O NO B NB Z NZ BE NBE"
522 vex_printf(" -----------------------------------------------------"
536 vex_printf("%2d%c: ", op, ch);
537 vex_printf("%6u ", tabc_slow[op]);
538 vex_printf("%6u ", tabc_fast[op]);
542 vex_printf(" %3dK", n / 1000);
545 vex_printf(" %3d ", n );
547 vex_printf(" ");
550 vex_printf("\n")
    [all...]
host_x86_isel.c 214 vex_printf("\n");
514 vex_printf("x86 host: register param is complex: ");
516 vex_printf("\n");
743 vex_printf("\n"); ppIRExpr(e); vex_printf("\n");
    [all...]
host_s390_isel.c 175 vex_printf("%s\n", s390_insn_as_string(insn));
478 vex_printf("calling %s: argument #%d has type ", callee->name, i);
480 vex_printf("; Ity_I64 is required\n");
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 1397 static UInt vex_printf ( const char *format, ... ) function
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 470 vex_printf(zf)
472 vex_printf(zf,za1)
474 vex_printf(zf,za1,za2)
476 vex_printf(zf,za1,za2,za3)
478 vex_printf(zf,za1,za2,za3,za4)
480 vex_printf(zf,za1,za2,za3,za4,za5)
981 /*--- vex_printf ---*/
1283 static UInt vex_printf ( const char *format, ... ) function
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 477 vex_printf(zf)
479 vex_printf(zf,za1)
481 vex_printf(zf,za1,za2)
483 vex_printf(zf,za1,za2,za3)
485 vex_printf(zf,za1,za2,za3,za4)
487 vex_printf(zf,za1,za2,za3,za4,za5)
988 /*--- vex_printf ---*/
1292 static UInt vex_printf ( const char *format, ... ) function
    [all...]

Completed in 497 milliseconds

1 2