Searched refs:bit_pos (Results 1 – 1 of 1) sorted by relevance
1364 for (uint8_t bit_pos = 0; bit_pos < 128; ++bit_pos) { in TestVectorMaskInstruction() local1365 __uint128_t bit = __uint128_t{1} << bit_pos; in TestVectorMaskInstruction()1369 if (bit_pos < vstart || vstart >= vl) { in TestVectorMaskInstruction()1371 } else if (bit_pos >= vl) { in TestVectorMaskInstruction()