Lines Matching full:setcc
472 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC);
705 __ and_(dst2, int_scratch, Operand(HeapNumber::kSignMask), SetCC);
707 __ rsb(int_scratch, int_scratch, Operand::Zero(), SetCC, mi);
726 __ sub(scratch2, dst1, Operand(HeapNumber::kMantissaBitsInTopWord), SetCC);
914 __ sub(scratch, scratch, Operand(HeapNumber::kExponentBias), SetCC);
1159 __ orr(r0, r3, Operand(r2), SetCC);
1290 SetCC);
1305 SetCC);
1342 __ sub(r0, rhs_exponent, Operand(lhs_exponent), SetCC);
1352 __ orr(r4, lhs_mantissa, Operand(lhs_exponent, LSL, kSmiTagSize), SetCC);
2007 __ bic(ip, r0, Operand(0x80000000), SetCC);
2108 __ add(r2, r1, Operand(0x40000000), SetCC);
2304 __ add(right, left, Operand(right), SetCC); // Add optimistically.
2309 __ sub(right, left, Operand(right), SetCC); // Subtract optimistically.
2332 __ add(scratch2, right, Operand(left), SetCC);
2405 __ add(scratch2, scratch1, Operand(0x40000000), SetCC);
2556 __ mov(r2, Operand(r3, LSR, r2), SetCC);
2577 __ add(r3, r2, Operand(0x40000000), SetCC);
2829 __ add(scratch2, scratch1, Operand(0x40000000), SetCC);
2952 __ mov(r2, Operand(r3, LSR, r2), SetCC);
2978 __ add(scratch1, r2, Operand(0x40000000), SetCC);
3591 __ mov(scratch, Operand(scratch, ASR, 1), SetCC);
4745 SetCC);
4800 __ mov(r3, Operand(r0, ASR, 2), SetCC);
4984 __ sub(r1, r1, Operand(1), SetCC);
5103 __ sub(r5, r5, Operand(1), SetCC);
5479 __ add(count, count, Operand(count), SetCC);
5489 __ sub(count, count, Operand(1), SetCC);
5534 __ add(count, count, Operand(count), SetCC);
5550 __ and_(scratch4, dest, Operand(kReadAlignmentMask), SetCC);
5566 __ and_(scratch4, scratch4, Operand(0x03), SetCC);
5593 __ sub(scratch5, scratch5, Operand(8), SetCC);
5603 __ add(scratch5, scratch5, Operand(4), SetCC);
5819 __ and_(hash, hash, Operand(String::kHashBitMask), SetCC);
5852 __ mov(r2, Operand(r2, ASR, 1), SetCC);
5853 __ mov(r3, Operand(r3, ASR, 1), SetCC, cc);
5860 __ sub(r2, r2, Operand(r3), SetCC, pl);
6106 __ sub(scratch3, scratch1, Operand(scratch2), SetCC);
6123 __ mov(r0, Operand(length_delta), SetCC);
6159 __ add(index, index, Operand(1), SetCC);
6546 __ sub(r0, r0, r1, SetCC);