Searched refs:trace_buf_ (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 661 SNPrintF(trace_buf_, "%016" PRIx64 "%016" PRIx64 " (%" PRId64 ")", in rvv_trace_vd() 703 for (; i < trace_buf_.length(); i++) { in rvv_trace_status() 704 if (trace_buf_[i] == '\0') break; in rvv_trace_status() 706 SNPrintF(trace_buf_.SubVector(i, trace_buf_.length()), in rvv_trace_status() 960 base::EmbeddedVector<char, 256> trace_buf_; variable
|
D | simulator-riscv64.cc | 1179 SNPrintF(trace_buf_, "%016" PRIx64 "%016" PRIx64 " <-- 0x%016" PRIx64, \ 1203 SNPrintF(trace_buf_, "%016" PRIx64 "%016" PRIx64 " --> 0x%016" PRIx64, \ 2530 SNPrintF(trace_buf_, in TraceRegWr() 2536 SNPrintF(trace_buf_, in TraceRegWr() 2542 SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") flt:%e", in TraceRegWr() 2546 SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") dbl:%e", in TraceRegWr() 2562 SNPrintF(trace_buf_, in TraceMemRd() 2569 SNPrintF(trace_buf_, in TraceMemRd() 2576 SNPrintF(trace_buf_, in TraceMemRd() 2583 SNPrintF(trace_buf_, in TraceMemRd() [all …]
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 1638 SNPrintF(trace_buf_, in TraceRegWr() 1644 SNPrintF(trace_buf_, "%08" PRIx32 " (%" PRIu64 ") flt:%e", in TraceRegWr() 1663 SNPrintF(trace_buf_, in TraceRegWr() 1669 SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRIu64 ") dbl:%e", in TraceRegWr() 1692 SNPrintF(trace_buf_, in TraceMSARegWr() 1697 SNPrintF(trace_buf_, in TraceMSARegWr() 1702 SNPrintF(trace_buf_, in TraceMSARegWr() 1709 SNPrintF(trace_buf_, in TraceMSARegWr() 1714 SNPrintF(trace_buf_, in TraceMSARegWr() 1720 SNPrintF(trace_buf_, in TraceMSARegWr() [all …]
|
D | simulator-mips.h | 408 base::EmbeddedVector<char, 128> trace_buf_; variable 552 base::SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 1581 base::SNPrintF(trace_buf_, in TraceRegWr() 1587 base::SNPrintF(trace_buf_, in TraceRegWr() 1593 base::SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") flt:%e", in TraceRegWr() 1597 base::SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") dbl:%e", in TraceRegWr() 1601 base::SNPrintF(trace_buf_, in TraceRegWr() 1606 base::SNPrintF(trace_buf_, in TraceRegWr() 1632 base::SNPrintF(trace_buf_, in TraceMSARegWr() 1638 base::SNPrintF(trace_buf_, in TraceMSARegWr() 1644 base::SNPrintF(trace_buf_, in TraceMSARegWr() 1651 base::SNPrintF(trace_buf_, in TraceMSARegWr() [all …]
|
D | simulator-mips64.h | 575 SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode() 622 base::EmbeddedVector<char, 128> trace_buf_; variable
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 1474 base::SNPrintF(trace_buf_, in TraceRegWr() 1480 base::SNPrintF(trace_buf_, in TraceRegWr() 1486 base::SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") flt:%e", in TraceRegWr() 1490 base::SNPrintF(trace_buf_, "%016" PRIx64 " (%" PRId64 ") dbl:%e", in TraceRegWr() 1494 base::SNPrintF(trace_buf_, in TraceRegWr() 1499 base::SNPrintF(trace_buf_, in TraceRegWr() 1524 base::SNPrintF(trace_buf_, in TraceMemRd() 1531 base::SNPrintF(trace_buf_, in TraceMemRd() 1537 base::SNPrintF(trace_buf_, in TraceMemRd() 1543 base::SNPrintF(trace_buf_, in TraceMemRd() [all …]
|
D | simulator-loong64.h | 526 base::EmbeddedVector<char, 128> trace_buf_; variable
|