Home
last modified time | relevance | path

Searched defs:StoreFloat (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1649 __ StoreFloat(ft, operand); in AssembleArchInstruction() local
4218 __ StoreFloat(src, g.ToMemOperand(destination)); in AssembleMove() local
4263 __ StoreFloat(temp, g.ToMemOperand(destination)); in AssembleMove() local
4323 __ StoreFloat(temp, dst); in AssembleSwap() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc1466 void TurboAssembler::StoreFloat(FPURegister fs, const MemOperand& src) { in StoreFloat() function in v8::internal::TurboAssembler