Lines Matching refs:vswp
6067 void vswp(Condition cond, DataType dt, DRegister rd, DRegister rm);
6068 void vswp(DataType dt, DRegister rd, DRegister rm) { vswp(al, dt, rd, rm); } in vswp() function
6069 void vswp(DRegister rd, DRegister rm) { in vswp() function
6070 vswp(al, kDataTypeValueNone, rd, rm); in vswp()
6072 void vswp(Condition cond, DRegister rd, DRegister rm) { in vswp() function
6073 vswp(cond, kDataTypeValueNone, rd, rm); in vswp()
6076 void vswp(Condition cond, DataType dt, QRegister rd, QRegister rm);
6077 void vswp(DataType dt, QRegister rd, QRegister rm) { vswp(al, dt, rd, rm); } in vswp() function
6078 void vswp(QRegister rd, QRegister rm) { in vswp() function
6079 vswp(al, kDataTypeValueNone, rd, rm); in vswp()
6081 void vswp(Condition cond, QRegister rd, QRegister rm) { in vswp() function
6082 vswp(cond, kDataTypeValueNone, rd, rm); in vswp()