Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h86 int JSShiftAmountFromLConstant(LOperand* constant) { in JSShiftAmountFromLConstant() function
Dlithium-codegen-arm64.cc1162 JSShiftAmountFromLConstant(shift_info->shift_amount())); in ToShiftedRightOperand32()
4491 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftI()
4554 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftS()