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