Searched refs:start_elem (Results 1 – 1 of 1) sorted by relevance
48 unsigned int start_elem = target_bit / uedge_bits; in move_subword() local58 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword()59 old_val1 = inv_subword(target[start_elem + 1], 0, in move_subword()63 hive_uedge old_val = inv_subword(target[start_elem], start_bit, in move_subword()66 target[start_elem] = old_val | (src_subword << start_bit); in move_subword()78 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_unpack() local86 } else if (start_elem == end_elem) { in hive_sim_wide_unpack()88 move_subword(elem, 0, vector[start_elem], start_bit, end_bit); in hive_sim_wide_unpack()96 for (i = start_elem + 1; i < end_elem; i++) { in hive_sim_wide_unpack()112 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_pack() local[all …]