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

/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc129 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
1560 __ str(src, g.ToMemOperand(destination));
1564 MemOperand src = g.ToMemOperand(source);
1570 __ str(temp, g.ToMemOperand(destination));
1618 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination));
1621 MemOperand dst = g.ToMemOperand(destination);
1635 __ vstr(dst, g.ToMemOperand(destination));
1647 __ vstr(src, g.ToMemOperand(destination));
1657 __ vstr(src, g.ToMemOperand(destination));
1661 MemOperand src = g.ToMemOperand(sourc
[all...]
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc238 MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const { function in class:v8::internal::compiler::final
1817 __ Str(src, g.ToMemOperand(destination, masm()));
1820 MemOperand src = g.ToMemOperand(source, masm());
1828 __ Str(temp, g.ToMemOperand(destination, masm()));
1851 __ Str(dst, g.ToMemOperand(destination, masm()));
1862 __ Str(temp, g.ToMemOperand(destination, masm()));
1874 __ Str(temp, g.ToMemOperand(destination, masm()));
1884 __ Str(src, g.ToMemOperand(destination, masm()));
1888 MemOperand src = g.ToMemOperand(source, masm());
1895 __ 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
1887 __ sw(src, g.ToMemOperand(destination));
1891 MemOperand src = g.ToMemOperand(source);
1897 __ sw(temp, g.ToMemOperand(destination));
1943 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination));
1946 MemOperand dst = g.ToMemOperand(destination);
1960 __ sdc1(dst, g.ToMemOperand(destination));
1970 __ sdc1(src, g.ToMemOperand(destination));
1974 MemOperand src = g.ToMemOperand(source);
1986 __ 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
2136 __ sd(src, g.ToMemOperand(destination));
2140 MemOperand src = g.ToMemOperand(source);
2146 __ sd(temp, g.ToMemOperand(destination));
2196 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination));
2199 MemOperand dst = g.ToMemOperand(destination);
2213 __ sdc1(dst, g.ToMemOperand(destination));
2223 __ sdc1(src, g.ToMemOperand(destination));
2227 MemOperand src = g.ToMemOperand(source);
2233 __ sdc1(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc104 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2004 __ StoreP(src, g.ToMemOperand(destination), r0);
2008 MemOperand src = g.ToMemOperand(source);
2014 __ StoreP(temp, g.ToMemOperand(destination), r0);
2077 __ StoreP(dst, g.ToMemOperand(destination), r0);
2087 __ StoreDouble(dst, g.ToMemOperand(destination), r0);
2099 __ StoreDouble(src, g.ToMemOperand(destination), r0);
2101 __ StoreSingle(src, g.ToMemOperand(destination), r0);
2106 MemOperand src = g.ToMemOperand(source);
2119 __ StoreDouble(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc90 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2008 __ StoreP(src, g.ToMemOperand(destination));
2012 MemOperand src = g.ToMemOperand(source);
2018 __ StoreP(temp, g.ToMemOperand(destination));
2081 __ StoreP(dst, g.ToMemOperand(destination), r0);
2096 __ StoreDouble(dst, g.ToMemOperand(destination));
2108 __ StoreDouble(src, g.ToMemOperand(destination));
2110 __ StoreFloat32(src, g.ToMemOperand(destination));
2115 MemOperand src = g.ToMemOperand(source);
2128 __ StoreDouble(temp, g.ToMemOperand(destinatio
[all...]

Completed in 262 milliseconds