• Home
  • Raw
  • Download

Lines Matching refs:Vmov

904   void Vmov(Condition cond, DRegister rt, double v) { Vmov(cond, F64, rt, v); }  in Vmov()  function
905 void Vmov(DRegister rt, double v) { Vmov(al, F64, rt, v); } in Vmov() function
906 void Vmov(Condition cond, SRegister rt, float v) { Vmov(cond, F32, rt, v); } in Vmov() function
907 void Vmov(SRegister rt, float v) { Vmov(al, F32, rt, v); } in Vmov() function
7820 void Vmov(Condition cond, Register rt, SRegister rn) { in Vmov() function
7829 void Vmov(Register rt, SRegister rn) { Vmov(al, rt, rn); } in Vmov() function
7831 void Vmov(Condition cond, SRegister rn, Register rt) { in Vmov() function
7840 void Vmov(SRegister rn, Register rt) { Vmov(al, rn, rt); } in Vmov() function
7842 void Vmov(Condition cond, Register rt, Register rt2, DRegister rm) { in Vmov() function
7852 void Vmov(Register rt, Register rt2, DRegister rm) { Vmov(al, rt, rt2, rm); } in Vmov() function
7854 void Vmov(Condition cond, DRegister rm, Register rt, Register rt2) { in Vmov() function
7864 void Vmov(DRegister rm, Register rt, Register rt2) { Vmov(al, rm, rt, rt2); } in Vmov() function
7866 void Vmov( in Vmov() function
7878 void Vmov(Register rt, Register rt2, SRegister rm, SRegister rm1) { in Vmov() function
7879 Vmov(al, rt, rt2, rm, rm1); in Vmov()
7882 void Vmov( in Vmov() function
7894 void Vmov(SRegister rm, SRegister rm1, Register rt, Register rt2) { in Vmov() function
7895 Vmov(al, rm, rm1, rt, rt2); in Vmov()
7898 void Vmov(Condition cond, DataType dt, DRegisterLane rd, Register rt) { in Vmov() function
7907 void Vmov(DataType dt, DRegisterLane rd, Register rt) { in Vmov() function
7908 Vmov(al, dt, rd, rt); in Vmov()
7910 void Vmov(Condition cond, DRegisterLane rd, Register rt) { in Vmov() function
7911 Vmov(cond, kDataTypeValueNone, rd, rt); in Vmov()
7913 void Vmov(DRegisterLane rd, Register rt) { in Vmov() function
7914 Vmov(al, kDataTypeValueNone, rd, rt); in Vmov()
7917 void Vmov(Condition cond, in Vmov() function
7929 void Vmov(DataType dt, DRegister rd, const DOperand& operand) { in Vmov() function
7930 Vmov(al, dt, rd, operand); in Vmov()
7933 void Vmov(Condition cond, in Vmov() function
7945 void Vmov(DataType dt, QRegister rd, const QOperand& operand) { in Vmov() function
7946 Vmov(al, dt, rd, operand); in Vmov()
7949 void Vmov(Condition cond, in Vmov() function
7961 void Vmov(DataType dt, SRegister rd, const SOperand& operand) { in Vmov() function
7962 Vmov(al, dt, rd, operand); in Vmov()
7965 void Vmov(Condition cond, DataType dt, Register rt, DRegisterLane rn) { in Vmov() function
7974 void Vmov(DataType dt, Register rt, DRegisterLane rn) { in Vmov() function
7975 Vmov(al, dt, rt, rn); in Vmov()
7977 void Vmov(Condition cond, Register rt, DRegisterLane rn) { in Vmov() function
7978 Vmov(cond, kDataTypeValueNone, rt, rn); in Vmov()
7980 void Vmov(Register rt, DRegisterLane rn) { in Vmov() function
7981 Vmov(al, kDataTypeValueNone, rt, rn); in Vmov()
10730 void Vmov(Condition cond, VRegister rd, VRegister rm) { in Vmov() function
10734 Vmov(cond, F32, rd.S(), rm.S()); in Vmov()
10736 Vmov(cond, F64, rd.D(), rm.D()); in Vmov()
10739 void Vmov(VRegister rd, VRegister rm) { Vmov(al, rd, rm); } in Vmov() function