Lines Matching full:setcc
547 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC);
652 __ rsb(scratch, scratch, Operand(51), SetCC);
829 __ orr(r0, r3, Operand(r2), SetCC);
1602 __ mov(scratch, Operand(scratch, ASR, 1), SetCC);
2726 __ SmiUntag(r1, SetCC);
2905 SetCC);
2952 __ mov(r3, Operand(r0, ASR, 2), SetCC);
3156 __ sub(r1, r1, Operand(1), SetCC);
3293 __ sub(r5, r5, Operand(1), SetCC);
3668 __ add(count, count, Operand(count), SetCC);
3678 __ sub(count, count, Operand(1), SetCC);
3722 __ add(count, count, Operand(count), SetCC);
3738 __ and_(scratch4, dest, Operand(kReadAlignmentMask), SetCC);
3754 __ and_(scratch4, scratch4, Operand(0x03), SetCC);
3780 __ sub(scratch3, scratch3, Operand(4), SetCC);
3790 __ add(scratch3, scratch3, Operand(4), SetCC);
4006 __ and_(hash, hash, Operand(String::kHashBitMask), SetCC);
4041 __ mov(r2, Operand(r2, ROR, 1), SetCC);
4042 __ mov(r3, Operand(r3, ROR, 1), SetCC, cc);
4049 __ sub(r2, r2, Operand(r3), SetCC, cc);
4290 __ sub(scratch3, scratch1, Operand(scratch2), SetCC);
4307 __ mov(r0, Operand(length_delta), SetCC);
4343 __ add(index, index, Operand(1), SetCC);
4749 __ sub(r0, r0, r1, SetCC);
5467 __ sub(regs_.scratch1(), regs_.scratch1(), Operand(1), SetCC);