/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 175 __ sdc1(kLithiumScratchDouble, in RestoreValue() local 215 __ sdc1(kLithiumScratchDouble, destination_operand); in EmitMove() local 263 __ sdc1(source_register, destination_operand); in EmitMove() local 286 __ sdc1(kLithiumScratchDouble, destination_operand); in EmitMove() local
|
D | lithium-codegen-mips64.cc | 94 __ sdc1(DoubleRegister::from_code(save_iterator.Current()), in SaveCallerDoubles() local 3873 __ sdc1(value, FieldMemOperand(object, offset)); in DoStoreNamedField() local 3916 __ sdc1(value, operand); in DoStoreNamedField() local 4009 __ sdc1(value, MemOperand(address, base_offset)); in DoStoreKeyedExternalArray() local 4087 __ sdc1(double_scratch, MemOperand(scratch, 0)); in DoStoreKeyedFixedDoubleArray() local 4089 __ sdc1(value, MemOperand(scratch, 0)); in DoStoreKeyedFixedDoubleArray() local 4540 __ sdc1(dbl_scratch, FieldMemOperand(dst, HeapNumber::kValueOffset)); in DoDeferredNumberTagIU() local 4571 __ sdc1(input_reg, FieldMemOperand(reg, HeapNumber::kValueOffset)); in DoNumberTagD() local
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 175 __ sdc1(kLithiumScratchDouble, in RestoreValue() local 262 __ sdc1(source_register, destination_operand); in EmitMove() local 285 __ sdc1(kLithiumScratchDouble, destination_operand); in EmitMove() local
|
D | lithium-codegen-mips.cc | 118 __ sdc1(DoubleRegister::from_code(save_iterator.Current()), in SaveCallerDoubles() local 3669 __ sdc1(value, FieldMemOperand(object, offset)); in DoStoreNamedField() local 3787 __ sdc1(value, MemOperand(address, base_offset)); in DoStoreKeyedExternalArray() local 3869 __ sdc1(double_scratch, MemOperand(scratch, 0)); in DoStoreKeyedFixedDoubleArray() local 3874 __ sdc1(value, MemOperand(scratch, 0)); in DoStoreKeyedFixedDoubleArray() local 4347 __ sdc1(dbl_scratch, FieldMemOperand(dst, HeapNumber::kValueOffset)); in DoDeferredNumberTagIU() local 4377 __ sdc1(input_reg, FieldMemOperand(reg, HeapNumber::kValueOffset)); in DoNumberTagD() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1485 __ sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction() local 1498 __ sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction() local 1515 __ sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local 2211 __ sdc1(dst, g.ToMemOperand(destination)); in AssembleMove() local 2224 __ sdc1(src, g.ToMemOperand(destination)); in AssembleMove() local 2249 __ sdc1(temp, g.ToMemOperand(destination)); in AssembleMove() local 2311 __ sdc1(temp, dst); in AssembleSwap() local 2336 __ sdc1(temp_1, src0); in AssembleSwap() local
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 125 __ sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local 203 __ sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
|
D | assembler-mips.cc | 2278 void Assembler::sdc1(FPURegister fd, const MemOperand& src) { in sdc1() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 125 __ sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local 203 __ sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
|
D | assembler-mips64.cc | 2630 void Assembler::sdc1(FPURegister fd, const MemOperand& src) { in sdc1() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1810 __ sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction() local 1823 __ sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction() local 1838 __ sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction() local 2558 __ sdc1(dst, g.ToMemOperand(destination)); in AssembleMove() local 2568 __ sdc1(src, g.ToMemOperand(destination)); in AssembleMove() local 2578 __ sdc1(temp, g.ToMemOperand(destination)); in AssembleMove() local 2630 __ sdc1(temp, dst); in AssembleSwap() local 2645 __ sdc1(temp_1, src0); in AssembleSwap() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 1068 void AssemblerMIPS32::sdc1(const Operand *OpRt, const Operand *OpBase, in sdc1() function in Ice::MIPS32::AssemblerMIPS32
|