Searched refs:dwreg (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/backends/ |
D | x86_64_corenote.c | 52 #define GR(at, n, dwreg) \ argument 53 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 } 54 #define SR(at, n, dwreg) \ argument 55 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
|
D | i386_corenote.c | 45 #define GR(at, n, dwreg) \ argument 46 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 } 47 #define SR(at, n, dwreg) \ argument 48 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 }
|
D | s390_corenote.c | 50 #define GR(at, n, dwreg, b...) \ argument 51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = b } 66 #define FPR(at, n, dwreg) \ argument 67 { .offset = at * 64/8, .regno = dwreg, .count = n, .bits = 64 }
|
D | sh_corenote.c | 45 #define GR(at, n, dwreg) \ argument 46 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
|
D | sparc_corenote.c | 49 #define GR(at, n, dwreg) \ argument 50 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
|
D | ppc_corenote.c | 50 #define GR(at, n, dwreg) \ argument 51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
|