Lines Matching refs:ToMemOperand
122 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::ArmOperandConverter
710 __ str(src, g.ToMemOperand(destination)); in AssembleMove()
714 MemOperand src = g.ToMemOperand(source); in AssembleMove()
720 __ str(temp, g.ToMemOperand(destination)); in AssembleMove()
745 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination)); in AssembleMove()
753 __ vstr(temp, g.ToMemOperand(destination)); in AssembleMove()
762 __ vstr(src, g.ToMemOperand(destination)); in AssembleMove()
766 MemOperand src = g.ToMemOperand(source); in AssembleMove()
772 __ vstr(temp, g.ToMemOperand(destination)); in AssembleMove()
796 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
805 MemOperand src = g.ToMemOperand(source); in AssembleSwap()
806 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
821 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
830 MemOperand src0 = g.ToMemOperand(source); in AssembleSwap()
832 MemOperand dst0 = g.ToMemOperand(destination); in AssembleSwap()