Home | History | Annotate | Download | only in mips

Lines Matching refs:lhs_

1683 // On entry lhs_ (lhs) and rhs_ (rhs) are the things to be compared.
1719 __ And(t2, lhs_, Operand(rhs_));
1729 EmitSmiNonsmiComparison(masm, lhs_, rhs_,
1784 // and neither of them is a Smi. The objects are in lhs_ and rhs_.
1788 EmitStrictTwoHeapObjectCompare(masm, lhs_, rhs_);
1796 // In this case a2 will contain the type of lhs_.
1798 lhs_,
1808 // Assumes that a2 is the type of lhs_ on entry.
1809 EmitCheckForSymbolsOrObjects(masm, lhs_, rhs_, &flat_string_check, &slow);
1816 __ JumpIfNonSmisNotBothSequentialAsciiStrings(lhs_, rhs_, a2, a3, &slow);
1821 lhs_,
1828 lhs_,
1840 __ Push(lhs_, rhs_);
5510 ASSERT((lhs_.is(a0) && rhs_.is(a1)) ||
5511 (lhs_.is(a1) && rhs_.is(a0)));
5524 stream->Add(lhs_.is(a0) ? "_a0" : "_a1");
5536 ASSERT((lhs_.is(a0) && rhs_.is(a1)) ||
5537 (lhs_.is(a1) && rhs_.is(a0)));
5539 | RegisterField::encode(lhs_.is(a0))