Home
last modified time | relevance | path

Searched defs:Fmov (Results 1 – 9 of 9) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc8032 __ Fmov(tgt2, fp_tgt); in LoadFPValueHelper() local
10443 __ Fmov(s1, 255.0); in TEST() local
10444 __ Fmov(d2, 12.34567); in TEST() local
10445 __ Fmov(s3, 0.0); in TEST() local
10446 __ Fmov(d4, 0.0); in TEST() local
10447 __ Fmov(s5, kFP32PositiveInfinity); in TEST() local
10448 __ Fmov(d6, kFP64NegativeInfinity); in TEST() local
10449 __ Fmov(h7, RawbitsToFloat16(0x6400U)); in TEST() local
10450 __ Fmov(h8, kFP16PositiveInfinity); in TEST() local
10451 __ Fmov(s11, 1.0); in TEST() local
[all …]
Dtest-utils-aarch64.cc409 __ Fmov(dn, value); in ClobberFP() local
414 __ Fmov(dn, first); in ClobberFP() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1486 __ Fmov(i.OutputRegister32(), i.InputFloat32Register(0)); in AssembleArchInstruction() local
1500 __ Fmov(i.OutputFloat64Register(), i.InputRegister(0)); in AssembleArchInstruction() local
1506 __ Fmov(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2656 __ Fmov(dst.S(), src.ToFloat32()); in AssembleMove() local
2659 __ Fmov(dst, src.ToFloat64().value()); in AssembleMove() local
2678 __ Fmov(temp, src.ToFloat32()); in AssembleMove() local
2688 __ Fmov(temp, src.ToFloat64().value()); in AssembleMove() local
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h612 void TurboAssembler::Fmov(VRegister fd, VRegister fn) { in Fmov() function
623 void TurboAssembler::Fmov(VRegister fd, Register rn) { in Fmov() function
628 void TurboAssembler::Fmov(VRegister vd, double imm) { in Fmov() function
656 void TurboAssembler::Fmov(VRegister vd, float imm) { in Fmov() function
683 void TurboAssembler::Fmov(Register rd, VRegister fn) { in Fmov() function
Dcode-stubs-arm64.cc59 __ Fmov(fp_zero, 0.0); in Generate() local
Dmacro-assembler-arm64.h840 void Fmov(VRegister fd, T imm) { in Fmov() function
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h1491 void Fmov(const VRegister& vd, const VRegister& vn) { in Fmov() function
1502 void Fmov(const VRegister& vd, const Register& rn) { in Fmov() function
1508 void Fmov(const VRegister& vd, const XRegister& xn) { in Fmov() function
1511 void Fmov(const VRegister& vd, const WRegister& wn) { in Fmov() function
1514 void Fmov(const VRegister& vd, int index, const Register& rn) { in Fmov() function
1519 void Fmov(const Register& rd, const VRegister& vn, int index) { in Fmov() function
1534 void Fmov(VRegister vd, T imm) { in Fmov() function
1538 void Fmov(Register rd, VRegister vn) { in Fmov() function
Dmacro-assembler-aarch64.cc1482 void MacroAssembler::Fmov(VRegister vd, double imm) { in Fmov() function in vixl::aarch64::MacroAssembler
1519 void MacroAssembler::Fmov(VRegister vd, float imm) { in Fmov() function in vixl::aarch64::MacroAssembler
1556 void MacroAssembler::Fmov(VRegister vd, Float16 imm) { in Fmov() function in vixl::aarch64::MacroAssembler
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2957 __ Fmov(result, double_scratch); in Generate_DoubleToI() local
3053 __ Fmov(scratch1_double, base_double); in Generate_MathPowInternal() local
3054 __ Fmov(base_double_copy, base_double); in Generate_MathPowInternal() local
3055 __ Fmov(result_double, 1.0); in Generate_MathPowInternal() local
3074 __ Fmov(scratch0_double, 1.0); in Generate_MathPowInternal() local
3087 __ Fmov(base_double, base_double_copy); in Generate_MathPowInternal() local