Searched refs:bit_index (Results 1 – 2 of 2) sorted by relevance
225 int offset, byte, bit_index; in value_subscript() local233 bit_index = index % TARGET_CHAR_BIT; in value_subscript()234 byte >>= (BITS_BIG_ENDIAN ? TARGET_CHAR_BIT - 1 - bit_index : bit_index); in value_subscript()236 set_value_bitpos (v, bit_index); in value_subscript()
623 int bit_index = (unsigned) range_low % TARGET_CHAR_BIT; in evaluate_subexp_standard() local625 bit_index = TARGET_CHAR_BIT - 1 - bit_index; in evaluate_subexp_standard()627 |= 1 << bit_index; in evaluate_subexp_standard()