/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 | 225 vex_printf("ensureRRISpace: %d -> %d\n", *size, 2 * *size); 416 vex_printf("** "); \ 418 vex_printf("\n\n"); \ 427 vex_printf(" rreg_state[%2d] = ", z); \ 429 vex_printf(" \t"); \ 431 case Free: vex_printf("Free\n"); break; \ 432 case Unavail: vex_printf("Unavail\n"); break; \ 433 case Bound: vex_printf("BoundTo "); \ 435 vex_printf("\n"); break; \ 438 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_main.c | 504 vex_printf("\n------------------------" 543 vex_printf("can't show code due to extents > 1\n"); 549 vex_printf("GuestBytes %llx %u ", vta->guest_bytes_addr, 553 vex_printf(" %02x", b ); 556 vex_printf(" %08x\n\n", sum); 574 vex_printf("\n------------------------" 578 vex_printf("\n"); 598 vex_printf("\n------------------------" 602 vex_printf("\n"); 621 vex_printf("\n------------------------" [all...] |
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_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...] |
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]); 250 vex_printf("("); 252 vex_printf("0x%x(", am->Aam.IR.imm); 254 vex_printf(")"); 257 vex_printf("0x%x(", am->Aam.IRRS.imm); 259 vex_printf(","); [all...] |
ir_opt.c | 187 /* vex_printf("lookupHHW(%llx)\n", key ); */ 204 /* vex_printf("addToHHW(%llx, %llx)\n", key, val); */ 367 vex_printf("\n"); 369 vex_printf("\n"); 469 vex_printf("\n"); 471 vex_printf("\n"); 552 /* vex_printf("invalidate %d .. %d\n", k_lo, k_hi ); */ 601 vex_printf("rGET: "); ppIRExpr(get); 602 vex_printf(" -> "); ppIRExpr(valE); 603 vex_printf("\n") [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 ---*/ 488 UInt vex_printf ( HChar* format, ... ) function
|
guest_ppc_toIR.c | 200 vex_printf(format, ## args) [all...] |
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...] |
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...] |
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...] |
main_util.h | 69 extern UInt vex_printf ( HChar *format, ... );
|
guest_generic_bb_to_IR.c | 344 vex_printf(" "); 346 vex_printf("\n"); 355 vex_printf(" "); 356 vex_printf( "goto {"); 358 vex_printf( "} "); 360 vex_printf( "\n"); 374 vex_printf("\n"); 418 vex_printf("resteer[%d,%d] to 0x%llx (delta = %lld)\n", 519 /* vex_printf("%lx %lx %ld\n", first_hW, last_hW, hWs_to_check); */ [all...] |
host_ppc_isel.c | 302 vex_printf("\n"); [all...] |
host_s390_disasm.c | 40 These should be declared as 'const HChar' but vex_printf needs 458 vex_printf("%s\n", buf);
|
host_amd64_isel.c | 165 vex_printf("\n"); 423 if (0) { ppIRExpr(e); vex_printf("\n"); } 568 ppIRExpr(args[i]); vex_printf(" "); } 569 vex_printf("\n");} 846 vex_printf("\niselIntExpr_R: "); ppIRExpr(e); vex_printf("\n"); [all...] |
host_x86_isel.c | 197 vex_printf("\n"); 497 vex_printf("x86 host: register param is complex: "); 499 vex_printf("\n"); 726 vex_printf("\n"); ppIRExpr(e); vex_printf("\n"); [all...] |
guest_amd64_toIR.c | 367 vex_printf("amd64toIR: unimplemented feature\n"); 373 vex_printf(format, ## args) 636 default: vex_printf("\nszToITy(%d)\n", n); [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.stderr.exp-glibc28-amd64 | 5 by 0x........: vex_printf (hackedbz2.c:1155)
|
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...] |
/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...] |