Searched refs:uedge_bits (Results 1 – 1 of 1) sorted by relevance
36 #define uedge_bits (8 * sizeof(hive_uedge)) macro49 unsigned int start_elem = target_bit / uedge_bits; in move_subword()50 unsigned int start_bit = target_bit % uedge_bits; in move_subword()55 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()61 subword_width + start_bit - uedge_bits); in move_subword()84 if (elem_bits == uedge_bits) { in hive_sim_wide_unpack()99 bits_written += uedge_bits; in hive_sim_wide_unpack()116 if (elem_bits == uedge_bits) { in hive_sim_wide_pack()118 } else if (elem_bits > uedge_bits) { in hive_sim_wide_pack()123 for (; bits_to_write > uedge_bits; in hive_sim_wide_pack()[all …]
Completed in 7 milliseconds