Lines Matching refs:Fmov
1577 void Fmov(const VRegister& vd, const VRegister& vn) { in Fmov() function
1583 void Fmov(const VRegister& vd, const Register& rn) { in Fmov() function
1589 void Fmov(const VRegister& vd, int index, const Register& rn) { in Fmov() function
1598 void Fmov(const Register& rd, const VRegister& vn, int index) { in Fmov() function
1612 void Fmov(VRegister vd, double imm);
1613 void Fmov(VRegister vd, float imm);
1614 void Fmov(VRegister vd, const Float16 imm);
1617 void Fmov(VRegister vd, T imm) { in Fmov() function
1619 Fmov(vd, static_cast<double>(imm)); in Fmov()
1621 void Fmov(Register rd, VRegister vn) { in Fmov() function
4486 void Fmov(const ZRegister& zd, double imm) { in Fmov() function
4490 void Fmov(const ZRegister& zd, float imm) { in Fmov() function
4494 void Fmov(const ZRegister& zd, Float16 imm) { in Fmov() function
4498 void Fmov(const ZRegister& zd, const PRegisterM& pg, double imm) { in Fmov() function
4502 void Fmov(const ZRegister& zd, const PRegisterM& pg, float imm) { in Fmov() function
4506 void Fmov(const ZRegister& zd, const PRegisterM& pg, Float16 imm) { in Fmov() function