Lines Matching refs:Addu
117 Addu(fp, sp, Operand(kPointerSize));
133 Addu(fp, sp, Operand(offset));
160 Addu(dst, object, Operand(offset - kHeapObjectTag));
343 void TurboAssembler::Addu(Register rd, Register rs, const Operand& rt) {
926 Addu(rd, rt, tmp);
1432 Addu(scratch1, left_low, right_low);
1434 Addu(scratch2, left_high, right_high);
1435 Addu(dst_high, scratch2, scratch3);
1446 Addu(scratch1, left_low, dst_low);
1448 Addu(scratch2, left_high, dst_high);
1449 Addu(dst_high, scratch2, scratch3);
1494 Addu(scratch2, scratch2, scratch3);
1496 Addu(dst_high, scratch2, scratch3);
2605 Addu(scratch, rs, -1);
2657 Addu(scratch, rd, scratch);
2659 Addu(rd, rd, scratch);
2712 Addu(sp, sp, Operand(kDoubleSize));
3602 Addu(destination, kRootRegister, offset);
3620 Addu(target, target, offset);
3649 Addu(target, base, offset);
3685 Addu(target, target, offset);
3805 Addu(target, target, offset);
3836 Addu(target, base, offset);
3986 Addu(ra, ra, kNumInstructionsToJump * kInstrSize);
4058 Addu(sp, sp, count);
4063 Addu(sp, sp, kSystemPointerSize);
4126 Addu(sp, sp, Operand(count * kPointerSize));
4177 Addu(scratch, scratch, Operand(1));
4188 Addu(scratch, scratch, Operand(-1));
4216 Addu(sp, sp, Operand(StackHandlerConstants::kSize - kPointerSize));
4379 Addu(src, src, Operand(kSystemPointerSize));
4380 Addu(dest, dest, Operand(kSystemPointerSize));
4391 Addu(t4, t4, Operand(kSystemPointerSize));
4476 Addu(code, code, Code::kHeaderSize - kHeapObjectTag);
4480 Addu(code, code, Code::kHeaderSize - kHeapObjectTag);
4701 Addu(scratch1, scratch1, Operand(value));
5512 Addu(sp, sp, Operand(stack_passed_arguments * kPointerSize));
5606 Addu(destination, code_object, Code::kHeaderSize - kHeapObjectTag);
5619 Addu(destination, code_object, Code::kHeaderSize - kHeapObjectTag);