Home
last modified time | relevance | path

Searched refs:DUMPREG (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc1010 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n"); in DumpAllRegisters()
1011 DUMPREG(rdi); DUMPREG(rsi); DUMPREG(rbp); DUMPREG(rsp); Printf("\n"); in DumpAllRegisters()
1012 DUMPREG_(r8); DUMPREG_(r9); DUMPREG(r10); DUMPREG(r11); Printf("\n"); in DumpAllRegisters()
1013 DUMPREG(r12); DUMPREG(r13); DUMPREG(r14); DUMPREG(r15); Printf("\n"); in DumpAllRegisters()
1016 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()
1017 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n"); in DumpAllRegisters()
1023 DUMPREG(x[12]); DUMPREG(x[13]); DUMPREG(x[14]); DUMPREG(x[15]); Printf("\n"); in DumpAllRegisters()
1024 DUMPREG(x[16]); DUMPREG(x[17]); DUMPREG(x[18]); DUMPREG(x[19]); Printf("\n"); in DumpAllRegisters()
1025 DUMPREG(x[20]); DUMPREG(x[21]); DUMPREG(x[22]); DUMPREG(x[23]); Printf("\n"); in DumpAllRegisters()
1026 DUMPREG(x[24]); DUMPREG(x[25]); DUMPREG(x[26]); DUMPREG(x[27]); Printf("\n"); in DumpAllRegisters()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc1047 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n"); in DumpAllRegisters()
1048 DUMPREG(rdi); DUMPREG(rsi); DUMPREG(rbp); DUMPREG(rsp); Printf("\n"); in DumpAllRegisters()
1049 DUMPREG_(r8); DUMPREG_(r9); DUMPREG(r10); DUMPREG(r11); Printf("\n"); in DumpAllRegisters()
1050 DUMPREG(r12); DUMPREG(r13); DUMPREG(r14); DUMPREG(r15); Printf("\n"); in DumpAllRegisters()
1053 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()
1054 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n"); in DumpAllRegisters()
1060 DUMPREG(x[12]); DUMPREG(x[13]); DUMPREG(x[14]); DUMPREG(x[15]); Printf("\n"); in DumpAllRegisters()
1061 DUMPREG(x[16]); DUMPREG(x[17]); DUMPREG(x[18]); DUMPREG(x[19]); Printf("\n"); in DumpAllRegisters()
1062 DUMPREG(x[20]); DUMPREG(x[21]); DUMPREG(x[22]); DUMPREG(x[23]); Printf("\n"); in DumpAllRegisters()
1063 DUMPREG(x[24]); DUMPREG(x[25]); DUMPREG(x[26]); DUMPREG(x[27]); Printf("\n"); in DumpAllRegisters()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc1010 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n"); in DumpAllRegisters()
1011 DUMPREG(rdi); DUMPREG(rsi); DUMPREG(rbp); DUMPREG(rsp); Printf("\n"); in DumpAllRegisters()
1012 DUMPREG_(r8); DUMPREG_(r9); DUMPREG(r10); DUMPREG(r11); Printf("\n"); in DumpAllRegisters()
1013 DUMPREG(r12); DUMPREG(r13); DUMPREG(r14); DUMPREG(r15); Printf("\n"); in DumpAllRegisters()
1016 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()
1017 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n"); in DumpAllRegisters()
1023 DUMPREG(x[12]); DUMPREG(x[13]); DUMPREG(x[14]); DUMPREG(x[15]); Printf("\n"); in DumpAllRegisters()
1024 DUMPREG(x[16]); DUMPREG(x[17]); DUMPREG(x[18]); DUMPREG(x[19]); Printf("\n"); in DumpAllRegisters()
1025 DUMPREG(x[20]); DUMPREG(x[21]); DUMPREG(x[22]); DUMPREG(x[23]); Printf("\n"); in DumpAllRegisters()
1026 DUMPREG(x[24]); DUMPREG(x[25]); DUMPREG(x[26]); DUMPREG(x[27]); Printf("\n"); in DumpAllRegisters()
[all …]
/netbsd/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c1426 DUMPREG(CBAR); in hd64461video_dump()
1427 DUMPREG(CLOR); in hd64461video_dump()
1428 DUMPREG(CCR); in hd64461video_dump()
1429 DUMPREG(LDR1); in hd64461video_dump()
1430 DUMPREG(LDR2); in hd64461video_dump()
1431 DUMPREG(LDHNCR); in hd64461video_dump()
1432 DUMPREG(LDHNSR); in hd64461video_dump()
1433 DUMPREG(LDVNTR); in hd64461video_dump()
1434 DUMPREG(LDVNDR); in hd64461video_dump()
1436 DUMPREG(LDR3); in hd64461video_dump()
[all …]
/netbsd/sys/dev/pci/
H A Desm.c94 #define DUMPREG(x) do { if (esm_debug & ESM_DEBUG_REG) \ macro
109 #define DUMPREG(x) /* nothing */ macro
650 DUMPREG(ess); in esm_init()