Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc2146 if ((JSShiftAmountFromHConstant(shift->right()) == 0) && shift->IsShr()) { in CanTransformToShiftedOp()
2183 DCHECK(!hshift->IsShr() || (JSShiftAmountFromHConstant(hshift->right()) > 0)); in DoShiftedBinaryOp()
2234 (JSShiftAmountFromHConstant(instr->right()) == 0); in DoShift()
Dlithium-arm64.h3208 int JSShiftAmountFromHConstant(HValue* constant) { in JSShiftAmountFromHConstant() function