Searched refs:top_bit (Results 1 – 5 of 5) sorted by relevance
644 const uint32_t top_bit = 1u << 22u; in bits_set() local647 val |= top_bit >> i; in bits_set()655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local658 val |= top_bit >> i; in half_bits_set()
604 const uint32_t top_bit = 1u << 22u; in bits_set() local607 val |= top_bit >> i; in bits_set()615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local618 val |= top_bit >> i; in half_bits_set()
1022 unsigned top_bit = 31 - __builtin_clz(N); in mi_imul_imm() local1023 for (int i = top_bit - 1; i >= 0; i--) { in mi_imul_imm()