Searched defs:LoadFPRImmediate (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 1209 __ 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/ |
| D | macro-assembler-riscv64.h | 731 void LoadFPRImmediate(FPURegister dst, float imm) { in LoadFPRImmediate() function 734 void LoadFPRImmediate(FPURegister dst, double imm) { in LoadFPRImmediate() function
|
| D | macro-assembler-riscv64.cc | 2416 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/ |
| D | builtins-riscv64.cc | 595 __ LoadFPRImmediate(kDoubleRegZero, 0.0); in Generate_JSEntryVariant() local
|