Searched refs:dwreg (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/backends/
H A Dx86_64_corenote.c52 #define GR(at, n, dwreg) \
53 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 }
54 #define SR(at, n, dwreg) \
55 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
H A Di386_corenote.c45 #define GR(at, n, dwreg) \
46 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
47 #define SR(at, n, dwreg) \
48 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 }
H A Ds390_corenote.c50 #define GR(at, n, dwreg, b...) \
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = b }
66 #define FPR(at, n, dwreg) \
67 { .offset = at * 64/8, .regno = dwreg, .count = n, .bits = 64 }
H A Dsh_corenote.c45 #define GR(at, n, dwreg) \
46 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
H A Dsparc_corenote.c49 #define GR(at, n, dwreg) \
50 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
H A Dppc_corenote.c50 #define GR(at, n, dwreg) \
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c2504 Int dwreg __attribute__((unused)); local
2505 dwreg = src->Cex.DwReg.reg;
2507 if (dwreg == SP_REG)
2509 if (dwreg == FP_REG)
2511 if (dwreg == srcuc->ra_reg)
2514 if (dwreg == SP_REG)
2516 if (dwreg == FP_REG)
2518 if (dwreg == srcuc->ra_reg)
2521 if (dwreg == SP_REG)
2523 if (dwreg
[all...]

Completed in 121 milliseconds