Lines Matching defs:vmov

4921   void vmov(Condition cond, Register rt, SRegister rn);
4922 void vmov(Register rt, SRegister rn) { vmov(al, rt, rn); }
4924 void vmov(Condition cond, SRegister rn, Register rt);
4925 void vmov(SRegister rn, Register rt) { vmov(al, rn, rt); }
4927 void vmov(Condition cond, Register rt, Register rt2, DRegister rm);
4928 void vmov(Register rt, Register rt2, DRegister rm) { vmov(al, rt, rt2, rm); }
4930 void vmov(Condition cond, DRegister rm, Register rt, Register rt2);
4931 void vmov(DRegister rm, Register rt, Register rt2) { vmov(al, rm, rt, rt2); }
4933 void vmov(
4935 void vmov(Register rt, Register rt2, SRegister rm, SRegister rm1) {
4936 vmov(al, rt, rt2, rm, rm1);
4939 void vmov(
4941 void vmov(SRegister rm, SRegister rm1, Register rt, Register rt2) {
4942 vmov(al, rm, rm1, rt, rt2);
4945 void vmov(Condition cond, DataType dt, DRegisterLane rd, Register rt);
4946 void vmov(DataType dt, DRegisterLane rd, Register rt) {
4947 vmov(al, dt, rd, rt);
4949 void vmov(DRegisterLane rd, Register rt) {
4950 vmov(al, kDataTypeValueNone, rd, rt);
4952 void vmov(Condition cond, DRegisterLane rd, Register rt) {
4953 vmov(cond, kDataTypeValueNone, rd, rt);
4956 void vmov(Condition cond, DataType dt, DRegister rd, const DOperand& operand);
4957 void vmov(DataType dt, DRegister rd, const DOperand& operand) {
4958 vmov(al, dt, rd, operand);
4961 void vmov(Condition cond, DataType dt, QRegister rd, const QOperand& operand);
4962 void vmov(DataType dt, QRegister rd, const QOperand& operand) {
4963 vmov(al, dt, rd, operand);
4966 void vmov(Condition cond, DataType dt, SRegister rd, const SOperand& operand);
4967 void vmov(DataType dt, SRegister rd, const SOperand& operand) {
4968 vmov(al, dt, rd, operand);
4971 void vmov(Condition cond, DataType dt, Register rt, DRegisterLane rn);
4972 void vmov(DataType dt, Register rt, DRegisterLane rn) {
4973 vmov(al, dt, rt, rn);
4975 void vmov(Register rt, DRegisterLane rn) {
4976 vmov(al, kDataTypeValueNone, rt, rn);
4978 void vmov(Condition cond, Register rt, DRegisterLane rn) {
4979 vmov(cond, kDataTypeValueNone, rt, rn);