/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 5078 __ Fmov(s11, 1.0); in TEST() local 5079 __ Fmov(d22, -13.0); in TEST() local 5080 __ Fmov(s1, 255.0); in TEST() local 5081 __ Fmov(d2, 12.34567); in TEST() local 5082 __ Fmov(s3, 0.0); in TEST() local 5083 __ Fmov(d4, 0.0); in TEST() local 5084 __ Fmov(s5, kFP32PositiveInfinity); in TEST() local 5085 __ Fmov(d6, kFP64NegativeInfinity); in TEST() local 5108 __ Fmov(s20, 1.0); in TEST() local 5109 __ Fmov(w10, s20); in TEST() local [all …]
|
D | test-utils-arm64.cc | 297 __ Fmov(dn, value); in ClobberFP() local 302 __ Fmov(dn, first); in ClobberFP() local
|
/external/v8/src/crankshaft/arm64/ |
D | delayed-masm-arm64-inl.h | 32 void DelayedMasm::Fmov(FPRegister fd, FPRegister fn) { in Fmov() function 34 __ Fmov(fd, fn); in Fmov() 38 void DelayedMasm::Fmov(FPRegister fd, double imm) { in Fmov() function 40 __ Fmov(fd, imm); in Fmov()
|
D | lithium-gap-resolver-arm64.cc | 163 __ Fmov(SavedFPValueRegister(), cgen_->ToDoubleRegister(source)); in BreakCycle() local 188 __ Fmov(cgen_->ToDoubleRegister(saved_destination_), in RestoreValue() local 239 __ Fmov(result, cgen_->ToDouble(constant_source)); in EmitMove() local 270 __ Fmov(cgen_->ToDoubleRegister(destination), src); in EmitMove() local
|
D | delayed-masm-arm64.h | 73 inline void Fmov(FPRegister fd, FPRegister fn); 74 inline void Fmov(FPRegister fd, double imm);
|
D | lithium-codegen-arm64.cc | 2212 __ Fmov(result_reg, value_reg); in DoDoubleBits() local 2215 __ Fmov(result_reg.W(), value_reg.S()); in DoDoubleBits() local 2281 __ Fmov(temp, object); in DoCmpHoleAndBranchD() local 2397 __ Fmov(result, fp_zero); in DoConstantD() local 2402 __ Fmov(result, instr->value()); in DoConstantD() local 3262 __ Fmov(scratch, result); in DoLoadKeyedFixedDouble() local 3746 __ Fmov(double_scratch(), kFP64NegativeInfinity); in DoMathPowHalf() local 3817 __ Fmov(scratch_d, 0.5); in DoMathRoundD() local 3844 __ Fmov(dot_five, 0.5); in DoMathRoundI() local 3866 __ Fmov(result, input); in DoMathRoundI() local [all …]
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 6868 __ Fmov(tgt2, fp_tgt); in LoadFPValueHelper() local 9157 __ Fmov(s11, 1.0); in TEST() local 9158 __ Fmov(d22, -13.0); in TEST() local 9159 __ Fmov(s1, 255.0); in TEST() local 9160 __ Fmov(d2, 12.34567); in TEST() local 9161 __ Fmov(s3, 0.0); in TEST() local 9162 __ Fmov(d4, 0.0); in TEST() local 9163 __ Fmov(s5, kFP32PositiveInfinity); in TEST() local 9164 __ Fmov(d6, kFP64NegativeInfinity); in TEST() local 9186 __ Fmov(s20, 1.0); in TEST() local [all …]
|
D | test-utils-a64.cc | 329 __ Fmov(dn, value); in ClobberFP() local 334 __ Fmov(dn, first); in ClobberFP() local
|
D | test-disasm-a64.cc | 4693 COMPARE(Fmov(v0.V2S(), 1.0f), "fmov v0.2s, #0x70 (1.0000)"); in TEST() 4694 COMPARE(Fmov(v31.V2S(), -13.0f), "fmov v31.2s, #0xaa (-13.0000)"); in TEST() 4695 COMPARE(Fmov(v0.V4S(), 1.0f), "fmov v0.4s, #0x70 (1.0000)"); in TEST() 4696 COMPARE(Fmov(v31.V4S(), -13.0f), "fmov v31.4s, #0xaa (-13.0000)"); in TEST() 4697 COMPARE(Fmov(v1.V2D(), 1.0), "fmov v1.2d, #0x70 (1.0000)"); in TEST() 4698 COMPARE(Fmov(v29.V2D(), -13.0), "fmov v29.2d, #0xaa (-13.0000)"); in TEST()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 268 __ Fmov(result_, std::numeric_limits<float>::quiet_NaN()); in Generate() 282 __ Fmov(result_, std::numeric_limits<double>::quiet_NaN()); in Generate() 1401 __ Fmov(i.OutputRegister32(), i.InputFloat32Register(0)); in AssembleArchInstruction() local 1405 __ Fmov(i.OutputRegister(), i.InputFloat64Register(0)); in AssembleArchInstruction() local 1412 __ Fmov(tmp, i.InputFloat64Register(0)); in AssembleArchInstruction() local 1414 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local 1421 __ Fmov(tmp.W(), i.InputFloat32Register(0)); in AssembleArchInstruction() local 1423 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local 1427 __ Fmov(i.OutputFloat64Register(), i.InputRegister(0)); in AssembleArchInstruction() local 1433 __ Fmov(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local [all …]
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 593 Fmov(tmp, value); in Fcmp() 720 void MacroAssembler::Fmov(FPRegister fd, FPRegister fn) { in Fmov() function 732 void MacroAssembler::Fmov(FPRegister fd, Register rn) { in Fmov() function 738 void MacroAssembler::Fmov(FPRegister fd, double imm) { in Fmov() function 741 Fmov(fd, static_cast<float>(imm)); in Fmov() 756 void MacroAssembler::Fmov(FPRegister fd, float imm) { in Fmov() function 759 Fmov(fd, static_cast<double>(imm)); in Fmov() 773 Fmov(fd, tmp); in Fmov() 778 void MacroAssembler::Fmov(Register rd, FPRegister fn) { in Fmov() function
|
D | macro-assembler-arm64.h | 436 inline void Fmov(FPRegister fd, FPRegister fn); 437 inline void Fmov(FPRegister fd, Register rn); 442 inline void Fmov(FPRegister fd, double imm); 443 inline void Fmov(FPRegister fd, float imm); 446 void Fmov(FPRegister fd, T imm) { in Fmov() function 448 Fmov(fd, static_cast<double>(imm)); in Fmov() 450 inline void Fmov(Register rd, FPRegister fn);
|
D | code-stubs-arm64.cc | 101 __ Fmov(result, double_scratch); in Generate() local 762 __ Fmov(minus_half_double, -0.5); in Generate() local 763 __ Fmov(half_double, 0.5); in Generate() local 802 __ Fmov(temp, fp_zero); in Generate() local 804 __ Fmov(temp, scratch0_double); in Generate() local 809 __ Fmov(temp, scratch0_double); in Generate() local 827 __ Fmov(scratch0_double, 1.0); in Generate() local 874 __ Fmov(scratch1_double, base_double); in Generate() local 875 __ Fmov(base_double_copy, base_double); in Generate() local 876 __ Fmov(result_double, 1.0); in Generate() local [all …]
|
D | codegen-arm64.cc | 142 __ Fmov(nan_d, rawbits_to_double(kHoleNanInt64)); in GenerateSmiToDouble() local
|
D | macro-assembler-arm64.cc | 2124 Fmov(temp, input); in TestForMinusZero() 2172 Fmov(dbl_scratch, 255); in ClampDoubleToUint8() 3404 Fmov(map, DoubleRegister(heap_number_map)); in AllocateHeapNumber() 4810 Fmov(new_arg, old_arg); in PrintfNoPreserve() 4825 Fmov(FPRegister(pcs[i]), FPRegister(args[i])); in PrintfNoPreserve()
|
D | builtins-arm64.cc | 199 __ Fmov(x11, d5); in Generate_MathMaxMin() local 206 __ Fmov(x10, d5); in Generate_MathMaxMin() local
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 1219 Fmov(tmp, value); in Fcmp() 1232 void MacroAssembler::Fmov(VRegister vd, double imm) { in Fmov() function in vixl::MacroAssembler 1238 Fmov(vd, static_cast<float>(imm)); in Fmov() 1264 void MacroAssembler::Fmov(VRegister vd, float imm) { in Fmov() function in vixl::MacroAssembler 1270 Fmov(vd, static_cast<double>(imm)); in Fmov() 2130 Fmov(new_arg, old_arg); in PrintfNoPreserve() 2145 Fmov(FPRegister(pcs[i]), FPRegister(args[i])); in PrintfNoPreserve()
|
D | macro-assembler-a64.h | 1310 void Fmov(VRegister vd, VRegister vn) { in Fmov() function 1321 void Fmov(VRegister vd, Register rn) { in Fmov() function 1327 void Fmov(const VRegister& vd, int index, const Register& rn) { in Fmov() function 1332 void Fmov(const Register& rd, const VRegister& vn, int index) { in Fmov() function 1342 void Fmov(VRegister vd, double imm); 1343 void Fmov(VRegister vd, float imm); 1346 void Fmov(VRegister vd, T imm) { in Fmov() function 1348 Fmov(vd, static_cast<double>(imm)); in Fmov() 1350 void Fmov(Register rd, VRegister vn) { in Fmov() function
|