Lines Matching full:rhs
4851 // Handle the case where the lhs and rhs are the same object.
4969 // Lhs is a Smi. Check whether the rhs is a heap number.
4972 // If rhs is not a number and lhs is a Smi then strict equality cannot
4981 // Lhs (r1) is a smi, rhs (r0) is a number.
4988 // Load the double from rhs, tagged HeapNumber r0, to d6.
4997 // Load rhs to a double in r0, r1.
5008 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
5011 // If lhs is not a number and rhs is a smi then strict equality cannot
5021 // Rhs (r0) is a smi, lhs (r1) is a heap number.
5023 // Convert rhs to a double in d6 .
5036 // Convert rhs to a double in r0, r1.
5120 // 31 bits of the rhs exponent are non-zero. If so we return not
5226 // On entry r0 (rhs) and r1 (lhs) are the values to be compared.
6101 // r2 is r1 / rhs. r2 is not Smi tagged.
6102 // r0 is still the known rhs. r0 is Smi tagged.
6112 // r4 << required_r4_shift is now the Smi tagged rhs * (r1 / rhs).
6686 // depending on the rhs).