Home | History | Annotate | Download | only in arm

Lines Matching refs:lhs_

1610 // On entry lhs_ and rhs_ are the values to be compared.
1614 ASSERT((lhs_.is(r0) && rhs_.is(r1)) ||
1615 (lhs_.is(r1) && rhs_.is(r0)));
1645 __ and_(r2, lhs_, Operand(rhs_));
1656 EmitSmiNonsmiComparison(masm, lhs_, rhs_, &lhs_not_nan, &slow, strict_);
1696 // and neither of them is a Smi. The objects are in rhs_ and lhs_.
1700 EmitStrictTwoHeapObjectCompare(masm, lhs_, rhs_);
1710 lhs_,
1723 EmitCheckForSymbolsOrObjects(masm, lhs_, rhs_, &flat_string_check, &slow);
1730 __ JumpIfNonSmisNotBothSequentialAsciiStrings(lhs_, rhs_, r2, r3, &slow);
1735 lhs_,
1742 lhs_,
1753 __ Push(lhs_, rhs_);
5280 ASSERT((lhs_.is(r0) && rhs_.is(r1)) ||
5281 (lhs_.is(r1) && rhs_.is(r0)));
5294 stream->Add(lhs_.is(r0) ? "_r0" : "_r1");
5308 ASSERT((lhs_.is(r0) && rhs_.is(r1)) ||
5309 (lhs_.is(r1) && rhs_.is(r0)));
5311 | RegisterField::encode(lhs_.is(r0))