Home
last modified time | relevance | path

Searched refs:REG_INFO (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc232 #define REG_INFO(n) Registers::Name(n), GetRegisterValue(n), GetRegisterValue(n) in PrintAllRegs() macro
238 REG_INFO(1), REG_INFO(2), REG_INFO(4)); in PrintAllRegs()
242 "", REG_INFO(3), REG_INFO(5)); in PrintAllRegs()
245 REG_INFO(6)); in PrintAllRegs()
248 REG_INFO(7)); in PrintAllRegs()
254 REG_INFO(8 + i), REG_INFO(1 in PrintAllRegs()
274 #undef REG_INFO PrintAllRegs() macro
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc201 #define REG_INFO(n) Registers::Name(n), GetRegisterValue(n), GetRegisterValue(n) in PrintAllRegs() macro
207 REG_INFO(1), REG_INFO(2), REG_INFO(4)); in PrintAllRegs()
211 "", REG_INFO(3), REG_INFO(5)); in PrintAllRegs()
214 REG_INFO(6)); in PrintAllRegs()
217 REG_INFO(7)); in PrintAllRegs()
223 REG_INFO(8 + i), REG_INFO(1 in PrintAllRegs()
243 #undef REG_INFO PrintAllRegs() macro
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc210 #define REG_INFO(n) Registers::Name(n), GetRegisterValue(n), GetRegisterValue(n) in PrintAllRegs() macro
214 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", REG_INFO(1), in PrintAllRegs()
215 REG_INFO(2), REG_INFO(4)); in PrintAllRegs()
217 PrintF("%26s\t%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", "", REG_INFO(3), in PrintAllRegs()
218 REG_INFO(5)); in PrintAllRegs()
220 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(6)); in PrintAllRegs()
222 PrintF("%26s\t%26s\t%3s: 0x%08x %10d\n", "", "", REG_INFO(7)); in PrintAllRegs()
226 PrintF("%3s: 0x%08x %10d\t%3s: 0x%08x %10d\n", REG_INFO(8 + i), in PrintAllRegs()
227 REG_INFO(1 in PrintAllRegs()
242 #undef REG_INFO PrintAllRegs() macro
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1564 #define REG_INFO(name) \ macro
1579 REG_INFO(name1.begin()), REG_INFO(name2.begin())); in PrintRegs()
1583 PrintF("%3s: 0x%016" PRIx64 " %14" PRId64 " \n", REG_INFO(name1.begin())); in PrintRegs()
1592 REG_INFO("ra"), REG_INFO("sp"), REG_INFO("gp")); in PrintAllRegs()
1597 REG_INFO("tp"), REG_INFO("fp"), REG_INFO("p in PrintAllRegs()
1607 #undef REG_INFO global() macro
[all...]

Completed in 13 milliseconds