Home | History | Annotate | Download | only in backends

Lines Matching refs:BITS

39 #ifndef BITS
40 # define BITS 32
43 # define BITS 64
51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = b }
53 GR ( 0, 1, 64, BITS), /* pswm */
54 GR ( 1, 1, 65, BITS, .pc_register = true ), /* pswa */
55 GR ( 2, 16, 0, BITS), /* r0-r15 */
61 /* orig_r2 is at offset (BITS == 32 ? 34 * 4 : 26 * 8). */
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27))
67 { .offset = at * 64/8, .regno = dwreg, .count = n, .bits = 64 }
103 #if BITS == 32
136 pr_reg[BITS == 32 ? 34 : 26]), \
140 #if BITS == 32
161 #else /* BITS == 64 */
165 #endif /* BITS == 64 */
170 .name = "last_break", .group = "system", .offset = BITS == 32 ? 4 : 0,
171 .type = BITS == 32 ? ELF_T_WORD : ELF_T_XWORD, .format = 'x',