Home
last modified time | relevance | path

Searched defs:LoadFPRImmediate (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1209 __ LoadFPRImmediate(kDoubleRegZero, 0.0f); in AssembleArchInstruction() local
1271 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in AssembleArchInstruction() local
1647 __ LoadFPRImmediate(kDoubleRegZero, 0.0f); in AssembleArchInstruction() local
1657 __ LoadFPRImmediate(kDoubleRegZero, 0.0f); in AssembleArchInstruction() local
1671 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in AssembleArchInstruction() local
1679 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in AssembleArchInstruction() local
3803 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in AssembleArchBoolean() local
3807 __ LoadFPRImmediate(kDoubleRegZero, 0.0f); in AssembleArchBoolean() local
4179 __ LoadFPRImmediate(dst, src.ToFloat32()); in AssembleMove() local
4186 __ LoadFPRImmediate(dst, src.ToFloat64().value()); in AssembleMove() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h731 void LoadFPRImmediate(FPURegister dst, float imm) { in LoadFPRImmediate() function
734 void LoadFPRImmediate(FPURegister dst, double imm) { in LoadFPRImmediate() function
Dmacro-assembler-riscv64.cc2416 void TurboAssembler::LoadFPRImmediate(FPURegister dst, uint32_t src) { in LoadFPRImmediate() function in v8::internal::TurboAssembler
2437 void TurboAssembler::LoadFPRImmediate(FPURegister dst, uint64_t src) { in LoadFPRImmediate() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc595 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in Generate_JSEntryVariant() local