Searched refs:uedge_bits (Results 1 – 1 of 1) sorted by relevance
35 #define uedge_bits (8 * sizeof(hive_uedge)) macro48 unsigned int start_elem = target_bit / uedge_bits; in move_subword()49 unsigned int start_bit = target_bit % uedge_bits; in move_subword()54 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()60 subword_width + start_bit - uedge_bits); in move_subword()83 if (elem_bits == uedge_bits) { in hive_sim_wide_unpack()98 bits_written += uedge_bits; in hive_sim_wide_unpack()115 if (elem_bits == uedge_bits) { in hive_sim_wide_pack()117 } else if (elem_bits > uedge_bits) { in hive_sim_wide_pack()122 for (; bits_to_write > uedge_bits; in hive_sim_wide_pack()[all …]