Lines Matching refs:DUMPREG

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() macro
1315 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() macro
1321 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()
1322 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n"); in DumpAllRegisters()
1324 # define DUMPREG(r) DUMPREG64(r) in DumpAllRegisters() macro
1327 DUMPREG_(x[8]); DUMPREG_(x[9]); DUMPREG(x[10]); DUMPREG(x[11]); Printf("\n"); in DumpAllRegisters()
1328 DUMPREG(x[12]); DUMPREG(x[13]); DUMPREG(x[14]); DUMPREG(x[15]); Printf("\n"); in DumpAllRegisters()
1329 DUMPREG(x[16]); DUMPREG(x[17]); DUMPREG(x[18]); DUMPREG(x[19]); Printf("\n"); in DumpAllRegisters()
1330 DUMPREG(x[20]); DUMPREG(x[21]); DUMPREG(x[22]); DUMPREG(x[23]); Printf("\n"); in DumpAllRegisters()
1331 DUMPREG(x[24]); DUMPREG(x[25]); DUMPREG(x[26]); DUMPREG(x[27]); Printf("\n"); in DumpAllRegisters()
1332 DUMPREG(x[28]); DUMPREGA64(fp); DUMPREGA64(lr); DUMPREGA64(sp); Printf("\n"); in DumpAllRegisters()
1334 # define DUMPREG(r) DUMPREG32(r) in DumpAllRegisters() macro
1337 DUMPREG_(r[8]); DUMPREG_(r[9]); DUMPREG(r[10]); DUMPREG(r[11]); Printf("\n"); in DumpAllRegisters()
1338 DUMPREG(r[12]); DUMPREG___(sp); DUMPREG___(lr); DUMPREG___(pc); Printf("\n"); in DumpAllRegisters()
1348 # undef DUMPREG in DumpAllRegisters()