Lines Matching refs:V8PRIxPTR
113 return SScanF(desc + 2, "%" V8PRIxPTR, in GetValue()
208 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.start()); in Debug()
249 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), in Debug()
274 PrintF(" %3s: %08" V8PRIxPTR, in Debug()
284 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug()
286 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug()
293 PrintF(" %3s: %08" V8PRIxPTR " %11" V8PRIdPTR, in Debug()
303 PrintF(" pc: %08" V8PRIxPTR " lr: %08" V8PRIxPTR in Debug()
305 "ctr: %08" V8PRIxPTR " xer: %08x cr: %08x\n", in Debug()
325 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug()
332 PrintF("%s: 0x%08" V8PRIxPTR " %" V8PRIdPTR "\n", arg1, value, in Debug()
402 PrintF(" 0x%08" V8PRIxPTR ": 0x%08" V8PRIxPTR " %10" V8PRIdPTR, in Debug()
464 PrintF(" 0x%08" V8PRIxPTR " %s\n", reinterpret_cast<intptr_t>(prev), in Debug()
491 PrintF("Link reg: %08" V8PRIxPTR "\n", sim_->special_reg_lr_); in Debug()
493 PrintF("Ctr reg: %08" V8PRIxPTR "\n", sim_->special_reg_ctr_); in Debug()
1108 PrintF("Simulator found unsupported instruction:\n 0x%08" V8PRIxPTR ": %s\n", in Format()
1272 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1330 PrintF("Call to host function at %p args %08" V8PRIxPTR, in SoftwareInterrupt()
1333 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1346 PrintF("Call to host function at %p args %08" V8PRIxPTR in SoftwareInterrupt()
1347 " %08" V8PRIxPTR, in SoftwareInterrupt()
1350 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1363 PrintF("Call to host function at %p args %08" V8PRIxPTR in SoftwareInterrupt()
1364 " %08" V8PRIxPTR, in SoftwareInterrupt()
1367 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1382 PrintF("Call to host function at %p args %08" V8PRIxPTR in SoftwareInterrupt()
1383 " %08" V8PRIxPTR " %08" V8PRIxPTR, in SoftwareInterrupt()
1386 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1405 "\t\t\t\targs %08" V8PRIxPTR ", %08" V8PRIxPTR ", %08" V8PRIxPTR in SoftwareInterrupt()
1406 ", %08" V8PRIxPTR ", %08" V8PRIxPTR ", %08" V8PRIxPTR in SoftwareInterrupt()
1407 ", %08" V8PRIxPTR ", %08" V8PRIxPTR ", %08" V8PRIxPTR, in SoftwareInterrupt()
1411 PrintF(" with unaligned stack %08" V8PRIxPTR "\n", in SoftwareInterrupt()
1426 PrintF("Returned {%08" V8PRIxPTR ", %08" V8PRIxPTR "}\n", x, y); in SoftwareInterrupt()
1443 PrintF("Returned %08" V8PRIxPTR "\n", result); in SoftwareInterrupt()
3901 PrintF("%05d %08" V8PRIxPTR " %s\n", icount_, in Trace()