Lines Matching refs:Fmov
1491 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
1509 Fmov(vd, Register(xn)); in Fmov()
1511 void Fmov(const VRegister& vd, const WRegister& wn) { in Fmov() function
1512 Fmov(vd, Register(wn)); in Fmov()
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
1529 void Fmov(VRegister vd, double imm);
1530 void Fmov(VRegister vd, float imm);
1531 void Fmov(VRegister vd, const Float16 imm);
1534 void Fmov(VRegister vd, T imm) { in Fmov() function
1536 Fmov(vd, static_cast<double>(imm)); in Fmov()
1538 void Fmov(Register rd, VRegister vn) { in Fmov() function