Lines Matching refs:DUMPREG
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() macro
1314 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() macro
1320 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n"); in DumpAllRegisters()
1321 DUMPREG(edi); DUMPREG(esi); DUMPREG(ebp); DUMPREG(esp); Printf("\n"); in DumpAllRegisters()
1323 # define DUMPREG(r) DUMPREG64(r) in DumpAllRegisters() macro
1326 DUMPREG_(x[8]); DUMPREG_(x[9]); DUMPREG(x[10]); DUMPREG(x[11]); Printf("\n"); in DumpAllRegisters()
1327 DUMPREG(x[12]); DUMPREG(x[13]); DUMPREG(x[14]); DUMPREG(x[15]); Printf("\n"); in DumpAllRegisters()
1328 DUMPREG(x[16]); DUMPREG(x[17]); DUMPREG(x[18]); DUMPREG(x[19]); Printf("\n"); in DumpAllRegisters()
1329 DUMPREG(x[20]); DUMPREG(x[21]); DUMPREG(x[22]); DUMPREG(x[23]); Printf("\n"); in DumpAllRegisters()
1330 DUMPREG(x[24]); DUMPREG(x[25]); DUMPREG(x[26]); DUMPREG(x[27]); Printf("\n"); in DumpAllRegisters()
1331 DUMPREG(x[28]); DUMPREGA64(fp); DUMPREGA64(lr); DUMPREGA64(sp); Printf("\n"); in DumpAllRegisters()
1333 # define DUMPREG(r) DUMPREG32(r) in DumpAllRegisters() macro
1336 DUMPREG_(r[8]); DUMPREG_(r[9]); DUMPREG(r[10]); DUMPREG(r[11]); Printf("\n"); in DumpAllRegisters()
1337 DUMPREG(r[12]); DUMPREG___(sp); DUMPREG___(lr); DUMPREG___(pc); Printf("\n"); in DumpAllRegisters()
1347 # undef DUMPREG in DumpAllRegisters()