Searched refs:mask_lo (Results 1 – 1 of 1) sorted by relevance
351 uint64_t mask_lo = static_cast<uint64_t>(0xffffffff) << 32; in SetVRegPair() local353 … new_value_lo = static_cast<uintptr_t>((old_reg_val_lo_as_wide & mask_lo) | new_vreg_portion_lo); in SetVRegPair()