Lines Matching refs:Word32Shl
873 op = m->Word32Shl();
1676 value = gasm_->Word32Shl(value, Int32Constant(16));
1680 value = gasm_->Word32Shl(value, Int32Constant(16));
1722 shiftLower = gasm_->Word32Shl(value, Int32Constant(shiftCount));
1794 gasm_->Word32Shl(value, Int32Constant(16)));
1830 shiftLower = gasm_->Word32Shl(value, Int32Constant(shiftCount));
1871 result = gasm_->Word32Sar(gasm_->Word32Shl(result, shiftBitCount),
2575 upper = gasm_->Word32Shl(upper, Int32Constant(16));
3228 BuildChangeUint32ToUintPtr(gasm_->Word32Shl(key, Int32Constant(2)));
3475 ? gasm_->Word32Shl(value, BuildSmiShiftBitsConstant32())
3482 ? gasm_->Word32Shl(value, BuildSmiShiftBitsConstant32())
6144 return gasm_->Word32Shl(input, BuildSmiShiftBitsConstant32());