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