Home
last modified time | relevance | path

Searched refs:Sdc1 (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1704 __ Sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction()
1721 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction()
1762 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction()
4454 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleConstructFrame()
4476 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleConstructFrame()
4500 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleConstructFrame()
4570 __ Sdc1(temp, dst); in AssembleConstructFrame()
4605 __ Sdc1(temp_1, src0); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1590 __ Sdc1(ft, i.MemoryOperand()); in AssembleArchInstruction()
1616 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction()
1659 __ Sdc1(i.InputDoubleRegister(0), MemOperand(sp, i.InputInt32(1))); in AssembleArchInstruction()
4250 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleConstructFrame()
4275 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleConstructFrame()
4301 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleConstructFrame()
4379 __ Sdc1(temp, dst); in AssembleConstructFrame()
4411 __ Sdc1(temp_1, src0); in AssembleConstructFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.h260 Sdc1, enumerator
1263 using InstMIPS32Sdc1 = InstMIPS32Store<InstMIPS32::Sdc1>;
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h161 assm->Sdc1(reg.fp(), MemOperand(sp, 0)); in push()
826 TurboAssembler::Sdc1(reg.fp(), dst); in Spill()
2929 TurboAssembler::Sdc1(reg.fp(), MemOperand(sp, offset)); in PushRegisters()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc1370 Sdc1(fd, rs); in CallRecordWriteStub()
1462 void TurboAssembler::Sdc1(FPURegister fs, const MemOperand& src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
1952 Sdc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in CallRecordWriteStub()
2665 Sdc1(src_reg, dst); in CallRecordWriteStub()
3337 Sdc1(double_input, MemOperand(sp, 0)); in CallRecordWriteStub()
5422 Sdc1(reg, MemOperand(sp, i * kDoubleSize)); in CallRecordWriteStub()
H A Dmacro-assembler-mips64.h669 void Sdc1(FPURegister fs, const MemOperand& dst);
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc1207 Sdc1(fd, rs); in CallRecordWriteStub()
1246 void TurboAssembler::Sdc1(FPURegister fd, const MemOperand& src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
1409 Sdc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in CallRecordWriteStub()
2698 Sdc1(double_input, MemOperand(sp, 0)); in CallRecordWriteStub()
4890 Sdc1(reg, MemOperand(sp, i * kDoubleSize)); in CallRecordWriteStub()
H A Dmacro-assembler-mips.h676 void Sdc1(FPURegister fs, const MemOperand& dst);
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h170 assm->Sdc1(reg.fp(), MemOperand(sp, 0)); in push()
991 TurboAssembler::Sdc1(reg.fp(), dst); in Spill()
3469 TurboAssembler::Sdc1(reg.fp(), MemOperand(sp, offset)); in PushRegisters()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc3853 __ Sdc1(fpu_reg, MemOperand(sp, offset)); in Generate_DeoptimizationEntry()
3926 __ Sdc1(f0, MemOperand(a1, dst_offset)); in Generate_DeoptimizationEntry()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc3432 __ Sdc1(fpu_reg, MemOperand(sp, offset)); in Generate_DeoptimizationEntry()
3506 __ Sdc1(f0, MemOperand(a1, dst_offset)); in Generate_DeoptimizationEntry()

Completed in 66 milliseconds