Searched refs:mux_mask (Results 1 – 1 of 1) sorted by relevance
353 uint64_t mux_mask = (uint64_t)0x7 << mux_shift; in swap_ra_file_mux_helper() local357 if ((*a & mux_mask) == mux_a_val) { in swap_ra_file_mux_helper()358 *a = (*a & ~mux_mask) | mux_b_val; in swap_ra_file_mux_helper()359 *merge = (*merge & ~mux_mask) | mux_b_val; in swap_ra_file_mux_helper()