Lines Matching refs:ToMemOperand
103 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::PPCOperandConverter
1670 __ StoreP(src, g.ToMemOperand(destination), r0); in AssembleMove()
1674 MemOperand src = g.ToMemOperand(source); in AssembleMove()
1680 __ StoreP(temp, g.ToMemOperand(destination), r0); in AssembleMove()
1723 __ StoreP(dst, g.ToMemOperand(destination), r0); in AssembleMove()
1733 __ StoreDouble(dst, g.ToMemOperand(destination), r0); in AssembleMove()
1743 __ StoreDouble(src, g.ToMemOperand(destination), r0); in AssembleMove()
1747 MemOperand src = g.ToMemOperand(source); in AssembleMove()
1753 __ StoreDouble(temp, g.ToMemOperand(destination), r0); in AssembleMove()
1777 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1790 MemOperand src = g.ToMemOperand(source); in AssembleSwap()
1791 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1806 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1816 MemOperand src = g.ToMemOperand(source); in AssembleSwap()
1817 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()