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

/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc149 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
1186 __ str(src, g.ToMemOperand(destination));
1190 MemOperand src = g.ToMemOperand(source);
1196 __ str(temp, g.ToMemOperand(destination));
1238 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination));
1241 MemOperand dst = g.ToMemOperand(destination);
1255 __ vstr(dst, g.ToMemOperand(destination));
1265 __ vstr(src, g.ToMemOperand(destination));
1269 MemOperand src = g.ToMemOperand(source);
1275 __ vstr(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc207 MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const { function in class:v8::internal::compiler::final
1472 __ Str(src, g.ToMemOperand(destination, masm()));
1475 MemOperand src = g.ToMemOperand(source, masm());
1483 __ Str(temp, g.ToMemOperand(destination, masm()));
1506 __ Str(dst, g.ToMemOperand(destination, masm()));
1517 __ Str(temp, g.ToMemOperand(destination, masm()));
1529 __ Str(temp, g.ToMemOperand(destination, masm()));
1539 __ Str(src, g.ToMemOperand(destination, masm()));
1543 MemOperand src = g.ToMemOperand(source, masm());
1550 __ Str(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc120 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
1552 __ sw(src, g.ToMemOperand(destination));
1556 MemOperand src = g.ToMemOperand(source);
1562 __ sw(temp, g.ToMemOperand(destination));
1602 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination));
1605 MemOperand dst = g.ToMemOperand(destination);
1619 __ sdc1(dst, g.ToMemOperand(destination));
1629 __ sdc1(src, g.ToMemOperand(destination));
1633 MemOperand src = g.ToMemOperand(source);
1639 __ sdc1(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc120 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
1789 __ sd(src, g.ToMemOperand(destination));
1793 MemOperand src = g.ToMemOperand(source);
1799 __ sd(temp, g.ToMemOperand(destination));
1839 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination));
1842 MemOperand dst = g.ToMemOperand(destination);
1856 __ sdc1(dst, g.ToMemOperand(destination));
1866 __ sdc1(src, g.ToMemOperand(destination));
1870 MemOperand src = g.ToMemOperand(source);
1876 __ sdc1(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc103 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
1670 __ StoreP(src, g.ToMemOperand(destination), r0);
1674 MemOperand src = g.ToMemOperand(source);
1680 __ StoreP(temp, g.ToMemOperand(destination), r0);
1723 __ StoreP(dst, g.ToMemOperand(destination), r0);
1733 __ StoreDouble(dst, g.ToMemOperand(destination), r0);
1743 __ StoreDouble(src, g.ToMemOperand(destination), r0);
1747 MemOperand src = g.ToMemOperand(source);
1753 __ StoreDouble(temp, g.ToMemOperand(destination), r0);
1777 MemOperand dst = g.ToMemOperand(destinatio
[all...]

Completed in 189 milliseconds