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 = BITS }
68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
72 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f31 */
73 { .offset = 32 * 8 + 4, .regno = 65, .count = 1, .bits = 32 } /* fpscr */
80 { .offset = 0, .regno = 1124, .count = 32, .bits = 128 },
82 { .offset = 32 * 16, .regno = 67, .count = 1, .bits = 32, .pad = 12 },
84 { .offset = 33 * 16, .regno = 356, .count = 1, .bits = 32, .pad = 12 }
90 { .offset = 0, .regno = ???, .count = 32, .bits = 32 },
92 { .offset = 32 * 4, .regno = ???, .count = 1, .bits = 64 }, */
94 { .offset = 34 * 4, .regno = 612, .count = 1, .bits = 32 }
101 #if BITS == 32