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

/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc130 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2306 __ str(src, g.ToMemOperand(destination));
2310 MemOperand src = g.ToMemOperand(source);
2316 __ str(temp, g.ToMemOperand(destination));
2359 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination));
2362 MemOperand dst = g.ToMemOperand(destination);
2376 __ vstr(dst, g.ToMemOperand(destination));
2388 __ vstr(src, g.ToMemOperand(destination));
2399 __ VmovExtended(g.ToMemOperand(destination), src_code, kScratchReg);
2409 MemOperand dst = g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc242 MemOperand ToMemOperand(InstructionOperand* op, MacroAssembler* masm) const { function in class:v8::internal::compiler::final
2007 __ Str(src, g.ToMemOperand(destination, masm()));
2010 MemOperand src = g.ToMemOperand(source, masm());
2018 __ Str(temp, g.ToMemOperand(destination, masm()));
2038 __ Str(dst, g.ToMemOperand(destination, masm()));
2047 __ Str(wzr, g.ToMemOperand(destination, masm()));
2052 __ Str(temp, g.ToMemOperand(destination, masm()));
2063 __ Str(xzr, g.ToMemOperand(destination, masm()));
2068 __ Str(temp, g.ToMemOperand(destination, masm()));
2079 __ Str(src, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc128 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2138 __ sw(src, g.ToMemOperand(destination));
2142 MemOperand src = g.ToMemOperand(source);
2148 __ sw(temp, g.ToMemOperand(destination));
2189 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination));
2192 MemOperand dst = g.ToMemOperand(destination);
2211 __ sdc1(dst, g.ToMemOperand(destination));
2224 __ sdc1(src, g.ToMemOperand(destination));
2226 __ swc1(src, g.ToMemOperand(destination));
2234 MemOperand src = g.ToMemOperand(sourc
[all...]
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc128 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2480 __ sd(src, g.ToMemOperand(destination));
2484 MemOperand src = g.ToMemOperand(source);
2490 __ sd(temp, g.ToMemOperand(destination));
2536 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination));
2539 MemOperand dst = g.ToMemOperand(destination);
2558 __ sdc1(dst, g.ToMemOperand(destination));
2568 __ sdc1(src, g.ToMemOperand(destination));
2572 MemOperand src = g.ToMemOperand(source);
2578 __ sdc1(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc105 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2352 __ StoreP(src, g.ToMemOperand(destination), r0);
2356 MemOperand src = g.ToMemOperand(source);
2362 __ StoreP(temp, g.ToMemOperand(destination), r0);
2419 __ StoreP(dst, g.ToMemOperand(destination), r0);
2444 __ StoreDouble(dst, g.ToMemOperand(destination), r0);
2456 __ StoreDouble(src, g.ToMemOperand(destination), r0);
2458 __ StoreSingle(src, g.ToMemOperand(destination), r0);
2463 MemOperand src = g.ToMemOperand(source);
2476 __ StoreDouble(temp, g.ToMemOperand(destinatio
[all...]
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc107 MemOperand ToMemOperand(InstructionOperand* op) const { function in class:v8::internal::compiler::final
2683 __ StoreP(src, g.ToMemOperand(destination));
2687 MemOperand src = g.ToMemOperand(source);
2693 __ StoreP(temp, g.ToMemOperand(destination));
2750 __ StoreP(dst, g.ToMemOperand(destination), r0);
2765 __ StoreDouble(dst, g.ToMemOperand(destination));
2777 __ StoreDouble(src, g.ToMemOperand(destination));
2779 __ StoreFloat32(src, g.ToMemOperand(destination));
2784 MemOperand src = g.ToMemOperand(source);
2797 __ StoreDouble(temp, g.ToMemOperand(destinatio
[all...]

Completed in 136 milliseconds