Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dlithium-codegen-arm64.h98 int JSShiftAmountFromLConstant(LOperand* constant) { in JSShiftAmountFromLConstant() function
Dlithium-codegen-arm64.cc1314 JSShiftAmountFromLConstant(shift_info->shift_amount())); in ToShiftedRightOperand32()
4915 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftI()
4978 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftS()