Searched refs:toskip (Results 1 – 2 of 2) sorted by relevance
1109 int64_t toskip = skip; in TestVectorPermutationInstruction() local1110 for (size_t index = 0; index < num_regs && toskip > 0; ++index) { in TestVectorPermutationInstruction()1111 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction()1113 toskip -= 16 / kElementSize; in TestVectorPermutationInstruction()
1767 int64_t toskip = skip; in TestVectorPermutationInstruction() local1768 for (size_t index = 0; index < num_regs && toskip > 0; ++index) { in TestVectorPermutationInstruction()1769 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction()1772 toskip -= 16 / kElementSize; in TestVectorPermutationInstruction()