Searched refs:mask_for_vl (Results 1 – 2 of 2) sorted by relevance
1160 const auto mask_for_vl = MakeBitmaskFromVl(last_elem * kElementSize * 8); in TestVectorPermutationInstruction() local1164 (expected_inactive[last_reg] & ~mask_for_vl) | (kUndisturbedResult & mask_for_vl); in TestVectorPermutationInstruction()
1815 const auto [mask_for_vl] = intrinsics::MakeBitmaskFromVl(last_elem * kElementSize * 8); in TestVectorPermutationInstruction()1819 ((expected_inactive[last_reg] & ~mask_for_vl) | (kUndisturbedResult & mask_for_vl)) in TestVectorPermutationInstruction()