Searched refs:DUMPREG (Results 1 – 1 of 1) sorted by relevance
1308 # define DUMPREG_(r) Printf(" "); DUMPREG(r); in DumpAllRegisters()1309 # define DUMPREG__(r) Printf(" "); DUMPREG(r); in DumpAllRegisters()1310 # define DUMPREG___(r) Printf(" "); DUMPREG(r); in DumpAllRegisters()1313 # define DUMPREG(r) DUMPREG64(r) in DumpAllRegisters() macro1314 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n"); in DumpAllRegisters()1315 DUMPREG(rdi); DUMPREG(rsi); DUMPREG(rbp); DUMPREG(rsp); Printf("\n"); in DumpAllRegisters()1316 DUMPREG_(r8); DUMPREG_(r9); DUMPREG(r10); DUMPREG(r11); Printf("\n"); in DumpAllRegisters()1317 DUMPREG(r12); DUMPREG(r13); DUMPREG(r14); DUMPREG(r15); Printf("\n"); in DumpAllRegisters()1319 # define DUMPREG(r) DUMPREG32(r) in DumpAllRegisters() macro1320 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()[all …]