Home
last modified time | relevance | path

Searched refs:Fmov (Results 1 – 16 of 16) sorted by relevance

/external/vixl/test/
Dtest-assembler-a64.cc4404 __ Fmov(s11, 1.0); in TEST() local
4405 __ Fmov(d22, -13.0); in TEST() local
4406 __ Fmov(s1, 255.0); in TEST() local
4407 __ Fmov(d2, 12.34567); in TEST() local
4408 __ Fmov(s3, 0.0); in TEST() local
4409 __ Fmov(d4, 0.0); in TEST() local
4410 __ Fmov(s5, kFP32PositiveInfinity); in TEST() local
4411 __ Fmov(d6, kFP64NegativeInfinity); in TEST() local
4433 __ Fmov(s20, 1.0); in TEST() local
4434 __ Fmov(w10, s20); in TEST() local
[all …]
Dtest-utils-a64.cc297 __ Fmov(dn, value); in ClobberFP() local
302 __ Fmov(dn, first); in ClobberFP() local
/external/chromium_org/v8/test/cctest/
Dtest-assembler-arm64.cc5128 __ Fmov(s11, 1.0); in TEST() local
5129 __ Fmov(d22, -13.0); in TEST() local
5130 __ Fmov(s1, 255.0); in TEST() local
5131 __ Fmov(d2, 12.34567); in TEST() local
5132 __ Fmov(s3, 0.0); in TEST() local
5133 __ Fmov(d4, 0.0); in TEST() local
5134 __ Fmov(s5, kFP32PositiveInfinity); in TEST() local
5135 __ Fmov(d6, kFP64NegativeInfinity); in TEST() local
5158 __ Fmov(s20, 1.0); in TEST() local
5159 __ Fmov(w10, s20); in TEST() local
[all …]
Dtest-utils-arm64.cc297 __ Fmov(dn, value); in ClobberFP() local
302 __ Fmov(dn, first); in ClobberFP() local
/external/chromium_org/v8/src/arm64/
Ddelayed-masm-arm64-inl.h32 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()
Dlithium-gap-resolver-arm64.cc165 __ Fmov(SavedFPValueRegister(), cgen_->ToDoubleRegister(source)); in BreakCycle() local
190 __ Fmov(cgen_->ToDoubleRegister(saved_destination_), in RestoreValue() local
241 __ Fmov(result, cgen_->ToDouble(constant_source)); in EmitMove() local
272 __ Fmov(cgen_->ToDoubleRegister(destination), src); in EmitMove() local
Ddelayed-masm-arm64.h73 inline void Fmov(FPRegister fd, FPRegister fn);
74 inline void Fmov(FPRegister fd, double imm);
Dcodegen-arm64.cc60 masm.Fmov(d0, result); in CreateExpFunction()
203 __ Fmov(nan_d, rawbits_to_double(kHoleNanInt64)); in GenerateSmiToDouble() local
577 __ Fmov(temp2.W(), double_temp1.S()); in EmitMathExp() local
602 __ Fmov(double_temp2, 1.0); in EmitMathExp() local
615 __ Fmov(double_temp1, temp2); in EmitMathExp() local
Dmacro-assembler-arm64-inl.h577 Fmov(tmp, value); in Fcmp()
704 void MacroAssembler::Fmov(FPRegister fd, FPRegister fn) { in Fmov() function
716 void MacroAssembler::Fmov(FPRegister fd, Register rn) { in Fmov() function
722 void MacroAssembler::Fmov(FPRegister fd, double imm) { in Fmov() function
725 Fmov(fd, static_cast<float>(imm)); in Fmov()
740 void MacroAssembler::Fmov(FPRegister fd, float imm) { in Fmov() function
743 Fmov(fd, static_cast<double>(imm)); in Fmov()
757 Fmov(fd, tmp); in Fmov()
762 void MacroAssembler::Fmov(Register rd, FPRegister fn) { in Fmov() function
Dmacro-assembler-arm64.h391 inline void Fmov(FPRegister fd, FPRegister fn);
392 inline void Fmov(FPRegister fd, Register rn);
397 inline void Fmov(FPRegister fd, double imm);
398 inline void Fmov(FPRegister fd, float imm);
401 void Fmov(FPRegister fd, T imm) { in Fmov() function
403 Fmov(fd, static_cast<double>(imm)); in Fmov()
405 inline void Fmov(Register rd, FPRegister fn);
Dcode-stubs-arm64.cc152 __ Fmov(result, double_scratch); in Generate() local
790 __ Fmov(minus_half_double, -0.5); in Generate() local
791 __ Fmov(half_double, 0.5); in Generate() local
830 __ Fmov(temp, fp_zero); in Generate() local
832 __ Fmov(temp, scratch0_double); in Generate() local
837 __ Fmov(temp, scratch0_double); in Generate() local
855 __ Fmov(scratch0_double, 1.0); in Generate() local
902 __ Fmov(scratch1_double, base_double); in Generate() local
903 __ Fmov(base_double_copy, base_double); in Generate() local
904 __ Fmov(result_double, 1.0); in Generate() local
[all …]
Dlithium-codegen-arm64.cc2343 __ Fmov(result_reg, value_reg); in DoDoubleBits() local
2346 __ Fmov(result_reg.W(), value_reg.S()); in DoDoubleBits() local
2359 __ Fmov(result_reg, lo_reg); in DoConstructDouble() local
2435 __ Fmov(temp, object); in DoCmpHoleAndBranchD() local
2568 __ Fmov(result, fp_zero); in DoConstantD() local
2573 __ Fmov(result, instr->value()); in DoConstantD() local
4062 __ Fmov(double_scratch(), kFP64NegativeInfinity); in DoMathPowHalf() local
4133 __ Fmov(scratch_d, 0.5); in DoMathRoundD() local
4160 __ Fmov(dot_five, 0.5); in DoMathRoundI() local
4182 __ Fmov(result, input); in DoMathRoundI() local
[all …]
Dmacro-assembler-arm64.cc2382 Fmov(temp, input); in TestForMinusZero()
2430 Fmov(dbl_scratch, 255); in ClampDoubleToUint8()
3662 Fmov(map, DoubleRegister(heap_number_map)); in AllocateHeapNumber()
5050 Fmov(new_arg, old_arg); in PrintfNoPreserve()
5065 Fmov(FPRegister(pcs[i]), FPRegister(args[i])); in PrintfNoPreserve()
/external/chromium_org/v8/src/compiler/arm64/
Dcode-generator-arm64.cc761 __ Fmov(result, g.ToDouble(constant_source)); in AssembleMove() local
766 __ Fmov(temp, g.ToDouble(constant_source)); in AssembleMove() local
773 __ Fmov(dst, src); in AssembleMove() local
833 __ Fmov(temp, src); in AssembleSwap() local
834 __ Fmov(src, dst); in AssembleSwap() local
835 __ Fmov(dst, temp); in AssembleSwap() local
839 __ Fmov(temp, src); in AssembleSwap() local
/external/vixl/src/a64/
Dmacro-assembler-a64.h627 void Fmov(FPRegister fd, FPRegister fn) { in Fmov() function
637 void Fmov(FPRegister fd, Register rn) { in Fmov() function
646 void Fmov(FPRegister fd, double imm);
647 void Fmov(FPRegister fd, float imm);
650 void Fmov(FPRegister fd, T imm) { in Fmov() function
652 Fmov(fd, static_cast<double>(imm)); in Fmov()
654 void Fmov(Register rd, FPRegister fn) { in Fmov() function
Dmacro-assembler-a64.cc537 Fmov(tmp, value); in Fcmp()
545 void MacroAssembler::Fmov(FPRegister fd, double imm) { in Fmov() function in vixl::MacroAssembler
548 Fmov(fd, static_cast<float>(imm)); in Fmov()
563 void MacroAssembler::Fmov(FPRegister fd, float imm) { in Fmov() function in vixl::MacroAssembler
566 Fmov(fd, static_cast<double>(imm)); in Fmov()
1144 Fmov(new_arg, old_arg); in PrintfNoPreserve()
1159 Fmov(FPRegister(pcs[i]), FPRegister(args[i])); in PrintfNoPreserve()