Searched defs:shift_info (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1307 Operand LCodeGen::ToShiftedRightOperand32(LOperand* right, LI* shift_info) { argument
1308 if (shift_info->shift() == NO_SHIFT) {
1313 shift_info->shift(),
1314 JSShiftAmountFromLConstant(shift_info->shift_amount()));

Completed in 397 milliseconds