Home
last modified time | relevance | path

Searched refs:ToMemOperand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc111 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::PPCOperandConverter
3883 __ StoreP(src, g.ToMemOperand(destination), r0); in AssembleMove()
3887 MemOperand src = g.ToMemOperand(source); in AssembleMove()
3893 __ StoreP(temp, g.ToMemOperand(destination), r0); in AssembleMove()
3964 __ StoreP(dst, g.ToMemOperand(destination), r0); in AssembleMove()
3994 __ StoreDouble(dst, g.ToMemOperand(destination), r0); in AssembleMove()
3996 __ StoreSingle(dst, g.ToMemOperand(destination), r0); in AssembleMove()
4007 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
4021 __ StoreDouble(src, g.ToMemOperand(destination), r0); in AssembleMove()
4023 __ StoreSingle(src, g.ToMemOperand(destination), r0); in AssembleMove()
[all …]
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc111 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::S390OperandConverter
4766 __ StoreP(src, g.ToMemOperand(destination)); in AssembleMove()
4770 MemOperand src = g.ToMemOperand(source); in AssembleMove()
4776 __ StoreP(temp, g.ToMemOperand(destination)); in AssembleMove()
4844 __ StoreP(dst, g.ToMemOperand(destination), r0); in AssembleMove()
4860 __ StoreFloat32(dst, g.ToMemOperand(destination)); in AssembleMove()
4862 __ StoreDouble(dst, g.ToMemOperand(destination)); in AssembleMove()
4874 g.ToMemOperand(destination), kScratchReg); in AssembleMove()
4885 __ StoreDouble(src, g.ToMemOperand(destination)); in AssembleMove()
4887 __ StoreFloat32(src, g.ToMemOperand(destination)); in AssembleMove()
[all …]
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc123 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::MipsOperandConverter
4142 __ sw(src, g.ToMemOperand(destination)); in AssembleMove()
4146 MemOperand src = g.ToMemOperand(source); in AssembleMove()
4152 __ sw(temp, g.ToMemOperand(destination)); in AssembleMove()
4198 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination)); in AssembleMove()
4201 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
4220 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleMove()
4233 __ st_b(src, g.ToMemOperand(destination)); in AssembleMove()
4245 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleMove()
4247 __ swc1(src, g.ToMemOperand(destination)); in AssembleMove()
[all …]
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc125 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::MipsOperandConverter
4425 __ Sd(src, g.ToMemOperand(destination)); in AssembleMove()
4429 MemOperand src = g.ToMemOperand(source); in AssembleMove()
4435 __ Sd(temp, g.ToMemOperand(destination)); in AssembleMove()
4481 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleMove()
4484 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
4503 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleMove()
4516 __ st_b(src, g.ToMemOperand(destination)); in AssembleMove()
4525 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleMove()
4530 MemOperand src = g.ToMemOperand(source); in AssembleMove()
[all …]
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc239 MemOperand ToMemOperand(InstructionOperand* op, TurboAssembler* tasm) const { in ToMemOperand() function in v8::internal::compiler::Arm64OperandConverter
3267 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
3282 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove()
3297 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove()
3298 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
3329 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove()
3381 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap()
3408 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleSwap()
3409 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc146 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::ArmOperandConverter
3915 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
3935 MemOperand src = g.ToMemOperand(source); in AssembleMove()
3956 MemOperand src = g.ToMemOperand(source); in AssembleMove()
3957 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
3994 MemOperand dst = g.ToMemOperand(destination); in AssembleMove()
4021 __ vstr(temp, g.ToMemOperand(destination)); in AssembleMove()
4054 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()
4089 MemOperand src = g.ToMemOperand(source); in AssembleSwap()
4090 MemOperand dst = g.ToMemOperand(destination); in AssembleSwap()