Home | History | Annotate | Download | only in config

Lines Matching refs:BITS

32 /* Truncate and sign-extend at 32 bits, so that building on a 64-bit
2331 /* Return the number of bits shift used with DP-relative coding method
2498 unsigned int bits;
2589 bits = tic6x_dpr_shift (opct->variable_fields[fld].coding_method);
2611 if (ucexp.X_add_number & ((1 << bits) - 1))
2616 str, 1u << bits);
2620 ucexp.X_add_number >>= bits;
3772 and the least significant BITS bits taken, at position POS. */
3773 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \
3775 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \
3776 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
5343 /* Encoding uses 4 bits per word, so size of unwinding opcode data