Searched defs:ToMemOperand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc122 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::ArmOperandConverter
710 __ str(src, g.ToMemOperand(destination));
714 MemOperand src = g.ToMemOperand(source);
720 __ str(temp, g.ToMemOperand(destination));
745 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination));
753 __ vstr(temp, g.ToMemOperand(destination));
762 __ vstr(src, g.ToMemOperand(destination));
766 MemOperand src = g.ToMemOperand(source);
772 __ vstr(temp, g.ToMemOperand(destination));
796 MemOperand dst = g.ToMemOperand(destinatio
[all...]
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc104 MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const { function in class:v8::internal::compiler::FINAL
731 __ Str(src, g.ToMemOperand(destination, masm()));
734 MemOperand src = g.ToMemOperand(source, masm());
742 __ Str(temp, g.ToMemOperand(destination, masm()));
757 __ Str(dst, g.ToMemOperand(destination, masm()));
767 __ Str(temp, g.ToMemOperand(destination, masm()));
776 __ Str(src, g.ToMemOperand(destination, masm()));
780 MemOperand src = g.ToMemOperand(source, masm());
787 __ Str(temp, g.ToMemOperand(destination, masm()));
812 MemOperand dst = g.ToMemOperand(destinatio
[all...]

Completed in 277 milliseconds