Lines Matching full:setcc
160 __ sub(r0, r0, Operand(1), SetCC);
845 __ rsb(dividend, dividend, Operand(0), SetCC);
956 __ sub(scratch2, left, scratch, SetCC);
1168 __ mov(result, Operand(result, LSR, scratch), SetCC);
1216 SBit set_cond = can_overflow ? SetCC : LeaveCC;
1316 SBit set_cond = can_overflow ? SetCC : LeaveCC;
2453 __ sub(length, length, index, SetCC);
2628 __ sub(length, length, Operand(1), SetCC);
2800 __ rsb(input, input, Operand(0), SetCC, mi);
3460 __ SmiTag(reg, SetCC);