Home
last modified time | relevance | path

Searched refs:shift_info (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h99 LI* shift_info) { in ToShiftedRightOperand32I() argument
100 return ToShiftedRightOperand32(right, shift_info, SIGNED_INT32); in ToShiftedRightOperand32I()
104 LI* shift_info) { in ToShiftedRightOperand32U() argument
105 return ToShiftedRightOperand32(right, shift_info, UNSIGNED_INT32); in ToShiftedRightOperand32U()
109 LI* shift_info,
Dlithium-codegen-arm64.cc1325 Operand LCodeGen::ToShiftedRightOperand32(LOperand* right, LI* shift_info, in ToShiftedRightOperand32() argument
1327 if (shift_info->shift() == NO_SHIFT) { in ToShiftedRightOperand32()
1333 shift_info->shift(), in ToShiftedRightOperand32()
1334 JSShiftAmountFromLConstant(shift_info->shift_amount())); in ToShiftedRightOperand32()