Home
last modified time | relevance | path

Searched defs:sdc1 (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc175 __ 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
Dlithium-codegen-mips64.cc94 __ 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/
Dlithium-gap-resolver-mips.cc175 __ sdc1(kLithiumScratchDouble, in RestoreValue() local
262 __ sdc1(source_register, destination_operand); in EmitMove() local
285 __ sdc1(kLithiumScratchDouble, destination_operand); in EmitMove() local
Dlithium-codegen-mips.cc118 __ 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/
Dcode-generator-mips.cc1485 __ 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/
Ddeoptimizer-mips.cc125 __ sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local
203 __ sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
Dassembler-mips.cc2278 void Assembler::sdc1(FPURegister fd, const MemOperand& src) { in sdc1() function in v8::internal::Assembler
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc125 __ sdc1(fpu_reg, MemOperand(sp, offset)); in Generate() local
203 __ sdc1(f0, MemOperand(a1, dst_offset)); in Generate() local
Dassembler-mips64.cc2630 void Assembler::sdc1(FPURegister fd, const MemOperand& src) { in sdc1() function in v8::internal::Assembler
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1810 __ 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/
DIceAssemblerMIPS32.cpp1068 void AssemblerMIPS32::sdc1(const Operand *OpRt, const Operand *OpBase, in sdc1() function in Ice::MIPS32::AssemblerMIPS32