HomeSort by relevance Sort by last modified time
    Searched defs:ToMemOperand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 122 MemOperand ToMemOperand(InstructionOperand* op) const {
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(destination)
    [all...]
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 104 MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const {
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(destination, masm())
    [all...]

Completed in 1475 milliseconds