Home
last modified time | relevance | path

Searched refs:bit_mask (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dcgen-bitset.c68 int bit_mask; in cgen_bitset_add() local
74 bit_mask = 1 << (7 - bit_ix); in cgen_bitset_add()
75 mask->bits[byte_ix] |= bit_mask; in cgen_bitset_add()
96 int bit_mask; in cgen_bitset_contains() local
103 bit_mask = 1 << bit_ix; in cgen_bitset_contains()
104 return (mask->bits[byte_ix] & bit_mask) >> bit_ix; in cgen_bitset_contains()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-bitset.c68 int bit_mask; in cgen_bitset_add() local
74 bit_mask = 1 << (7 - bit_ix); in cgen_bitset_add()
75 mask->bits[byte_ix] |= bit_mask; in cgen_bitset_add()
96 int bit_mask; in cgen_bitset_contains() local
103 bit_mask = 1 << bit_ix; in cgen_bitset_contains()
104 return (mask->bits[byte_ix] & bit_mask) >> bit_ix; in cgen_bitset_contains()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dcgen-bitset.c68 int bit_mask; in cgen_bitset_add() local
74 bit_mask = 1 << (7 - bit_ix); in cgen_bitset_add()
75 mask->bits[byte_ix] |= bit_mask; in cgen_bitset_add()
96 int bit_mask; in cgen_bitset_contains() local
103 bit_mask = 1 << bit_ix; in cgen_bitset_contains()
104 return (mask->bits[byte_ix] & bit_mask) >> bit_ix; in cgen_bitset_contains()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dcgen-bitset.c68 int bit_mask; in cgen_bitset_add() local
74 bit_mask = 1 << (7 - bit_ix); in cgen_bitset_add()
75 mask->bits[byte_ix] |= bit_mask; in cgen_bitset_add()
96 int bit_mask; in cgen_bitset_contains() local
103 bit_mask = 1 << bit_ix; in cgen_bitset_contains()
104 return (mask->bits[byte_ix] & bit_mask) >> bit_ix; in cgen_bitset_contains()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dcachemgr.c314 qword bit_mask; in __cache_fetch_dirty() local
366 bit_mask = si_from_uint (-1); in __cache_fetch_dirty()
368 bit_mask = in __cache_fetch_dirty()
369 si_shlqby (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) / 8)); in __cache_fetch_dirty()
371 bit_mask = in __cache_fetch_dirty()
372 si_shlqbi (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) % 8)); in __cache_fetch_dirty()
375 bit_mask = in __cache_fetch_dirty()
376 si_rotqby (bit_mask, in __cache_fetch_dirty()
379 bit_mask = in __cache_fetch_dirty()
380 si_rotqbi (bit_mask, in __cache_fetch_dirty()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.c3876 uint64_t bit_mask = 1 << 2; in gcn_make_vec_perm_address() local
3877 for (int i = 2; i < 8; i++, bit_mask <<= 1) in gcn_make_vec_perm_address()
3882 if ((perm[j] * 4) & bit_mask) in gcn_make_vec_perm_address()
3888 bit_mask), in gcn_make_vec_perm_address()
H A Dgcn.cc4110 uint64_t bit_mask = 1 << 2; in gcn_make_vec_perm_address() local
4111 for (int i = 2; i < 8; i++, bit_mask <<= 1) in gcn_make_vec_perm_address()
4116 if ((perm[j] * 4) & bit_mask) in gcn_make_vec_perm_address()
4122 bit_mask), in gcn_make_vec_perm_address()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c3876 uint64_t bit_mask = 1 << 2; in gcn_make_vec_perm_address() local
3877 for (int i = 2; i < 8; i++, bit_mask <<= 1) in gcn_make_vec_perm_address()
3882 if ((perm[j] * 4) & bit_mask) in gcn_make_vec_perm_address()
3888 bit_mask), in gcn_make_vec_perm_address()