Searched refs:src_subword (Results 1 – 1 of 1) sorted by relevance
61 hive_uedge src_subword = subword(src, src_start, src_end); in move_subword() local67 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword()70 target[start_elem + 1] = old_val1 | (src_subword >> (uedge_bits - start_bit)); in move_subword()75 target[start_elem] = old_val | (src_subword << start_bit); in move_subword()