Searched refs:shift_info (Results 1 – 2 of 2) sorted by relevance
96 Operand ToShiftedRightOperand32(LOperand* right, LI* shift_info);
1307 Operand LCodeGen::ToShiftedRightOperand32(LOperand* right, LI* shift_info) { in ToShiftedRightOperand32() argument1308 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()1313 shift_info->shift(), in ToShiftedRightOperand32()1314 JSShiftAmountFromLConstant(shift_info->shift_amount())); in ToShiftedRightOperand32()