Searched refs:word_shift (Results 1 – 2 of 2) sorted by relevance
637 int word_shift = num_bits >> 5; in v128_left_shift2() local640 for (i=0; i < (4-word_shift); i++) { in v128_left_shift2()641 x->v32[i] = x->v32[i+word_shift] << bit_shift; in v128_left_shift2()644 for ( ; i < word_shift; i++) { in v128_left_shift2()
1666 Label word_shift; in ShlPair() local1673 Branch(&word_shift, eq, shift, Operand(kScratchReg)); in ShlPair()1680 bind(&word_shift); in ShlPair()1735 Label word_shift; in ShrPair() local1742 Branch(&word_shift, eq, shift, Operand(kScratchReg)); in ShrPair()1749 bind(&word_shift); in ShrPair()1804 Label word_shift; in SarPair() local1812 Branch(&word_shift, eq, shift, Operand(kScratchReg)); in SarPair()1821 bind(&word_shift); in SarPair()