Lines Matching defs:Sd
849 __ Sd(value, MemOperand(kScratchReg)); in AssembleArchInstruction() local
1722 __ Sd(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction() local
1821 __ Sd(i.InputRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local
3587 __ Sd(src, g.ToMemOperand(destination)); in AssembleMove() local
3597 __ Sd(temp, g.ToMemOperand(destination)); in AssembleMove() local
3638 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleMove() local
3643 __ Sd(zero_reg, dst); in AssembleMove() local
3646 __ Sd(kScratchReg, dst); in AssembleMove() local
3734 __ Sd(temp, dst); in AssembleSwap() local
3744 __ Sd(temp_0, dst); in AssembleSwap() local
3745 __ Sd(temp_1, src); in AssembleSwap() local