Lines Matching refs:sub
441 sub(counter, counter, Operand(1), SetCC);
552 sub(dst, srcA, scratch, LeaveCC, cond);
770 // have to swap them. We write this as a add+sub sequence to avoid using a
773 sub(dst_object, dst_slot, dst_object);
1401 sub(sp, sp, Operand(kStackPageSize));
1404 sub(bytes_scratch, bytes_scratch, Operand(kStackPageSize));
1410 sub(sp, sp, bytes_scratch);
1422 sub(sp, sp, Operand(kStackPageSize));
1427 sub(sp, sp, Operand(bytes));
1446 sub(sp, fp, Operand(ExitFrameConstants::kFixedFrameSizeFromFp));
1511 sub(r3, fp, Operand(offset + DwVfpRegister::kNumRegisters * kDoubleSize));
1582 sub(scratch, sp, scratch);
1608 sub(expected_parameter_count, expected_parameter_count,
1631 sub(num, num, Operand(1), SetCC);
1642 sub(expected_parameter_count, expected_parameter_count, Operand(1), SetCC);
1839 sub(scratch, value, Operand(lower_limit));
1891 sub(scratch, result, Operand(1));
2011 sub(scratch1, scratch1, Operand(value));
2255 sub(location, location, Operand(16 * kDoubleSize), LeaveCC, eq);
2633 sub(dst, pc, Operand(pc_offset() + Instruction::kPcLoadDelta));