Searched defs:GR (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/backends/
H A Dppc_corenote.c47 #define GR(at, n, dwreg) \ macro
50 GR (0, 32, 0), /* r0-r31 */
52 GR (33, 1, 66), /* msr */
54 GR (35, 1, 109), /* ctr */
55 GR (36, 1, 108), /* lr */
56 GR (37, 1, 101), /* xer */
57 GR (38, 1, 64), /* cr */
58 GR (39, 1, 100), /* mq */
60 GR (41, 1, 119), /* dar */
61 GR (4
63 #undef GR macro
[all...]
H A Dsparc_corenote.c45 #define GR(at, n, dwreg) \ macro
50 GR (0, 32, 0), /* %g0-%g7, %o0-%o7, %i0-%i7 */
52 GR (32, 1, 65), /* %psr */
53 GR (33, 2, 68), /* %pc, %npc */
54 GR (35, 1, 64), /* %y */
55 GR (36, 1, 66), /* %wim, %tbr */
57 GR (32, 1, 82), /* %state */
58 GR (33, 2, 80), /* %pc, %npc */
59 GR (35, 1, 85), /* %y */
67 GR (
[all...]
H A Dx86_64_corenote.c42 #define GR(at, n, dwreg) \ macro
47 GR (0, 1, 15), /* %r15 */
48 GR (1, 1, 14), /* %r14 */
49 GR (2, 1, 13), /* %r13 */
50 GR (3, 1, 12), /* %r12 */
51 GR (4, 1, 6), /* %rbp */
52 GR (5, 1, 3), /* %rbx */
53 GR (6, 1, 11), /* %r11 */
54 GR (7, 1, 10), /* %r10 */
55 GR (
72 #undef GR macro
[all...]
H A Di386_corenote.c42 #define GR(at, n, dwreg) \ macro
47 GR (0, 1, 3), /* %ebx */
48 GR (1, 2, 1), /* %ecx-%edx */
49 GR (3, 2, 6), /* %esi-%edi */
50 GR (5, 1, 5), /* %ebp */
51 GR (6, 1, 0), /* %eax */
57 GR (12, 1, 8), /* %eip */
59 GR (14, 1, 9), /* eflags */
60 GR (15, 1, 4), /* %esp */
63 #undef GR macro
[all...]

Completed in 96 milliseconds