Lines Matching refs:Fmov
1489 void Fmov(const VRegister& vd, const VRegister& vn) { in Fmov() function
1500 void Fmov(const VRegister& vd, const Register& rn) { in Fmov() function
1506 void Fmov(const VRegister& vd, const XRegister& xn) { in Fmov() function
1507 Fmov(vd, Register(xn)); in Fmov()
1509 void Fmov(const VRegister& vd, const WRegister& wn) { in Fmov() function
1510 Fmov(vd, Register(wn)); in Fmov()
1512 void Fmov(const VRegister& vd, int index, const Register& rn) { in Fmov() function
1521 void Fmov(const Register& rd, const VRegister& vn, int index) { in Fmov() function
1535 void Fmov(VRegister vd, double imm);
1536 void Fmov(VRegister vd, float imm);
1537 void Fmov(VRegister vd, const Float16 imm);
1540 void Fmov(VRegister vd, T imm) { in Fmov() function
1542 Fmov(vd, static_cast<double>(imm)); in Fmov()
1544 void Fmov(Register rd, VRegister vn) { in Fmov() function