Lines Matching refs:ToMemOperand
120 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::MipsOperandConverter
1789 __ sd(src, g.ToMemOperand(destination)); in AssembleMove()
1793 MemOperand src = g.ToMemOperand(source); in AssembleMove()
1799 __ sd(temp, g.ToMemOperand(destination)); in AssembleMove()
1839 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination)); in AssembleMove()
1842 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
1856 __ sdc1(dst, g.ToMemOperand(destination)); in AssembleMove()
1866 __ sdc1(src, g.ToMemOperand(destination)); in AssembleMove()
1870 MemOperand src = g.ToMemOperand(source); in AssembleMove()
1876 __ sdc1(temp, g.ToMemOperand(destination)); in AssembleMove()
1900 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1909 MemOperand src = g.ToMemOperand(source); in AssembleSwap()
1910 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1925 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
1934 MemOperand src0 = g.ToMemOperand(source); in AssembleSwap()
1936 MemOperand dst0 = g.ToMemOperand(destination); in AssembleSwap()