Lines Matching refs:Subu

170     Subu(sp, sp, Operand(num_unsaved * kPointerSize));  in PushSafepointRegisters()
387 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() function in v8::internal::TurboAssembler
1389 Subu(sp, sp, Operand(stack_offset)); in MultiPush()
1416 Subu(sp, sp, Operand(stack_offset)); in MultiPushFPU()
1458 Subu(scratch1, left_low, right_low); in SubPair()
1459 Subu(scratch2, left_high, right_high); in SubPair()
1460 Subu(dst_high, scratch2, scratch3); in SubPair()
1670 Subu(scratch, zero_reg, Operand(1)); in Ins()
1705 Subu(scratch, pos, Operand(32)); in InsertBits()
2352 Subu(t9, rs, rt); in LoadZeroOnCondition()
2370 Subu(t9, rs, rt); in LoadZeroOnCondition()
2581 Subu(rd, scratch, rd); in Ctz()
2619 Subu(scratch, rs, scratch); in Popcnt()
2734 Subu(sp, sp, Operand(kDoubleSize)); // Put input on stack. in TruncateDoubleToI()
3381 Subu(scratch, rs, rt); in BranchAndLinkShortHelperR6()
3387 Subu(scratch, rs, rt); in BranchAndLinkShortHelperR6()
4195 Subu(src_reg, src_reg, Operand(kPointerSize)); in PrepareForTailCall()
4196 Subu(dst_reg, dst_reg, Operand(kPointerSize)); in PrepareForTailCall()
4610 Subu(scratch1, scratch1, Operand(value)); in DecrementCounter()
4794 Subu(sp, sp, Operand(space)); in EnterExitFrame()
4806 Subu(sp, sp, Operand((stack_space + 2) * kPointerSize)); in EnterExitFrame()
5274 Subu(sp, sp, Operand((stack_passed_arguments + 1) * kPointerSize)); in PrepareCallCFunction()
5279 Subu(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in PrepareCallCFunction()