Searched defs:SmiAndConstant (Results 1 – 2 of 2) sorted by relevance
1686 __ SmiAndConstant(r9, rcx, Smi::FromInt(y)); in TestSmiAnd() local1695 __ SmiAndConstant(rcx, rcx, Smi::FromInt(y)); in TestSmiAnd() local
2123 void MacroAssembler::SmiAndConstant(Register dst, Register src, Smi* constant) { in SmiAndConstant() function in v8::internal::MacroAssembler