Lines Matching full:setcc
321 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC);
695 __ and_(dst2, scratch1, Operand(HeapNumber::kSignMask), SetCC);
697 __ rsb(scratch1, scratch1, Operand(0), SetCC, mi);
716 __ sub(scratch2, dst1, Operand(HeapNumber::kMantissaBitsInTopWord), SetCC);
881 __ sub(scratch, scratch, Operand(HeapNumber::kExponentBias), SetCC);
1090 __ orr(r0, r3, Operand(r2), SetCC);
1222 SetCC);
1237 SetCC);
1274 __ sub(r0, rhs_exponent, Operand(lhs_exponent), SetCC);
1284 __ orr(r4, lhs_mantissa, Operand(lhs_exponent, LSL, kSmiTagSize), SetCC);
1869 __ add(right, left, Operand(right), SetCC); // Add optimistically.
1874 __ sub(right, left, Operand(right), SetCC); // Subtract optimistically.
1897 __ add(scratch2, right, Operand(left), SetCC);
1970 __ add(scratch2, scratch1, Operand(0x40000000), SetCC);
2121 __ mov(r2, Operand(r3, LSR, r2), SetCC);
2142 __ add(r3, r2, Operand(0x40000000), SetCC);
2366 __ add(scratch2, scratch1, Operand(0x40000000), SetCC);
2487 __ mov(r2, Operand(r3, LSR, r2), SetCC);
2512 __ add(scratch1, r2, Operand(0x40000000), SetCC);
2973 __ bic(ip, r0, Operand(0x80000000), SetCC);
2980 __ rsb(r0, r0, Operand(0, RelocInfo::NONE), SetCC);
3038 __ add(r2, r1, Operand(0x40000000), SetCC);
4084 __ mov(r3, Operand(r0, ASR, 2), SetCC);
4253 __ sub(r1, r1, Operand(1), SetCC);
4351 __ sub(r5, r5, Operand(1), SetCC);
4762 __ add(count, count, Operand(count), SetCC);
4772 __ sub(count, count, Operand(1), SetCC);
4817 __ add(count, count, Operand(count), SetCC);
4833 __ and_(scratch4, dest, Operand(kReadAlignmentMask), SetCC);
4849 __ and_(scratch4, scratch4, Operand(0x03), SetCC);
4876 __ sub(scratch5, scratch5, Operand(8), SetCC);
4886 __ add(scratch5, scratch5, Operand(4), SetCC);
5097 __ add(hash, hash, Operand(hash, LSL, 15), SetCC);
5132 __ mov(r2, Operand(to, ASR, 1), SetCC);
5133 __ mov(r3, Operand(from, ASR, 1), SetCC, cc);
5140 __ sub(r2, r2, Operand(r3), SetCC);
5313 __ sub(scratch3, scratch1, Operand(scratch2), SetCC);
5340 __ add(index, index, Operand(1), SetCC);
5353 __ mov(r0, Operand(length_delta), SetCC, eq);
5750 __ sub(r0, r0, r1, SetCC);