Searched refs:shl_cl (Results 1 – 6 of 6) sorted by relevance
204 __ shl_cl(edx); in TEST() local
616 void shl_cl(Register dst);
1161 void Assembler::shl_cl(Register dst) { in shl_cl() function in v8::internal::Assembler
1411 __ shl_cl(answer.reg()); in LikelySmiBinaryOperation() local1862 __ shl_cl(answer.reg()); in ConstantSmiBinaryOperation() local7585 __ shl_cl(left); in GenerateSmiCode() local7909 case Token::SHL: __ shl_cl(eax); break; in Generate() local
845 void shl_cl(Register dst) { in shl_cl() function
1169 shl_cl(dst); in SmiShiftLeft()