Home | History | Annotate | Download | only in arm

Lines Matching refs:LeaveCC

474   __ rsb(source_, source_, Operand(0, RelocInfo::NONE), LeaveCC, ne);
485 __ orr(exponent, exponent, Operand(exponent_word_for_1), LeaveCC, eq);
894 __ rsb(dst, dst, Operand::Zero(), LeaveCC, mi);
1044 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs);
1046 __ rsb(the_int_, the_int_, Operand(0, RelocInfo::NONE), LeaveCC, cs);
1202 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne);
1242 __ mov(r0, Operand(NOT_EQUAL), LeaveCC, ne);
1338 __ orr(r0, rhs_mantissa, Operand(lhs_mantissa), LeaveCC, ne);
1353 __ mov(r0, Operand(r4), LeaveCC, ne);
1670 __ mov(r0, Operand(EQUAL), LeaveCC, eq);
1671 __ mov(r0, Operand(LESS), LeaveCC, lt);
1672 __ mov(r0, Operand(GREATER), LeaveCC, gt);
1815 __ mov(tos_, Operand(0, RelocInfo::NONE), LeaveCC, ne);
1844 __ mov(tos_, Operand(0, RelocInfo::NONE), LeaveCC, eq); // for FP_ZERO
1845 __ mov(tos_, Operand(0, RelocInfo::NONE), LeaveCC, vs); // for FP_NAN
1866 __ mov(tos_, Operand(0, RelocInfo::NONE), LeaveCC, eq);
2328 __ mov(right, Operand(scratch1), LeaveCC, ne);
2333 __ mov(right, Operand(Smi::FromInt(0)), LeaveCC, pl);
3586 __ mov(scratch2, Operand(0), LeaveCC, mi);
3587 __ sub(scratch, scratch2, scratch, LeaveCC, mi);
4347 __ mov(r1, Operand(r2), LeaveCC, gt);
4357 __ mov(r9, Operand::Zero(), LeaveCC, eq);
4358 __ mov(r9, Operand(r1, LSL, 1), LeaveCC, ne);
4359 __ add(r9, r9, Operand(kParameterMapHeaderSize), LeaveCC, ne);
4423 __ mov(r3, r4, LeaveCC, eq);
5607 __ mov(scratch5, Operand(scratch4, LSR, 3), LeaveCC, lt);
5612 __ mov(scratch1, Operand(scratch1, LSR, 8), LeaveCC, ge);
5614 __ mov(scratch1, Operand(scratch1, LSR, 8), LeaveCC, gt);
5671 __ orr(c1, c1, Operand(c2, LSL, kBitsPerByte), LeaveCC, ls);
5822 __ mov(hash, Operand(StringHasher::kZeroHash), LeaveCC, eq);
6108 __ mov(scratch1, scratch2, LeaveCC, gt);
6127 __ mov(r0, Operand(Smi::FromInt(GREATER)), LeaveCC, gt);
6128 __ mov(r0, Operand(Smi::FromInt(LESS)), LeaveCC, lt);
6256 __ mov(r0, Operand(r1), LeaveCC, eq); // If first is empty, return second.
6410 LeaveCC,
6426 LeaveCC,
6591 __ mov(r0, Operand(EQUAL), LeaveCC, eq);
6592 __ mov(r0, Operand(LESS), LeaveCC, lt);
6593 __ mov(r0, Operand(GREATER), LeaveCC, gt);
6652 __ mov(r0, Operand(Smi::FromInt(EQUAL)), LeaveCC, eq);
6692 __ mov(r0, Operand(Smi::FromInt(EQUAL)), LeaveCC, eq);