Searched defs:StoreDouble (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 1673 __ StoreDouble(ft, i.MemoryOperand()); in AssembleArchInstruction() local 1690 __ StoreDouble(i.InputDoubleRegister(0), MemOperand(sp, -kDoubleSize)); in AssembleArchInstruction() local 1734 __ StoreDouble(i.InputDoubleRegister(0), in AssembleArchInstruction() local 4188 __ StoreDouble(dst, g.ToMemOperand(destination)); in AssembleMove() local 4221 __ StoreDouble(src, g.ToMemOperand(destination)); in AssembleMove() local 4267 __ StoreDouble(temp, g.ToMemOperand(destination)); in AssembleMove() local 4329 __ StoreDouble(temp, dst); in AssembleSwap() local
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| D | builtins-riscv64.cc | 3503 __ StoreDouble(fpu_reg, MemOperand(sp, offset)); in Generate_DeoptimizationEntry() local 3577 __ StoreDouble(ft0, MemOperand(a1, dst_offset)); in Generate_DeoptimizationEntry() local
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | macro-assembler-riscv64.cc | 1489 void TurboAssembler::StoreDouble(FPURegister fs, const MemOperand& src) { in StoreDouble() function in v8::internal::TurboAssembler
|