Home | History | Annotate | Download | only in arm

Lines Matching full:setcc

168       __ sub(r0, r0, Operand(1), SetCC);
914 __ and_(result, result, Operand(divisor - 1), SetCC);
1024 __ sub(scratch2, left, scratch, SetCC);
1294 __ mov(result, Operand(left, LSR, scratch), SetCC);
1350 SBit set_cond = can_overflow ? SetCC : LeaveCC;
1503 SBit set_cond = can_overflow ? SetCC : LeaveCC;
2612 __ sub(length, length, index, SetCC);
2881 __ sub(length, length, Operand(1), SetCC);
3081 __ rsb(result, input, Operand(0), SetCC, mi);
3189 __ eor(result, result, Operand(scratch), SetCC);
3920 __ SmiTag(dst, src, SetCC);
4028 __ SmiUntag(result, input, SetCC);
4108 // SmiUntag(heap_object, SetCC)
4196 __ SmiUntag(input_reg, SetCC);