Lines Matching refs:BITS
39 #ifndef BITS
40 # define BITS 32 macro
43 # define BITS 64 macro
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 */
62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27))
103 #if BITS == 32
136 pr_reg[BITS == 32 ? 34 : 26]), \
140 #if BITS == 32
170 .name = "last_break", .group = "system", .offset = BITS == 32 ? 4 : 0,
171 .type = BITS == 32 ? ELF_T_WORD : ELF_T_XWORD, .format = 'x',