Searched refs:shift_info (Results 1 – 2 of 2) sorted by relevance
99 LI* shift_info) { in ToShiftedRightOperand32I() argument100 return ToShiftedRightOperand32(right, shift_info, SIGNED_INT32); in ToShiftedRightOperand32I()104 LI* shift_info) { in ToShiftedRightOperand32U() argument105 return ToShiftedRightOperand32(right, shift_info, UNSIGNED_INT32); in ToShiftedRightOperand32U()109 LI* shift_info,
1325 Operand LCodeGen::ToShiftedRightOperand32(LOperand* right, LI* shift_info, in ToShiftedRightOperand32() argument1327 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()1333 shift_info->shift(), in ToShiftedRightOperand32()1334 JSShiftAmountFromLConstant(shift_info->shift_amount())); in ToShiftedRightOperand32()