Searched defs:Vswp (Results 1 – 1 of 1) sorted by relevance
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 12555 void Vswp(Condition cond, DataType dt, DRegister rd, DRegister rm) { in Assembler() function 12568 void Vswp(DataType dt, DRegister rd, DRegister rm) { Vswp(al, dt, rd, rm); } in Assembler() function 12569 void Vswp(Condition cond, DRegister rd, DRegister rm) { in Assembler() function 12572 void Vswp(DRegister rd, DRegister rm) { in Assembler() function 12576 void Vswp(Condition cond, DataType dt, QRegister rd, QRegister rm) { in Assembler() function 12589 void Vswp(DataType dt, QRegister rd, QRegister rm) { Vswp(al, dt, rd, rm); } in Assembler() function 12590 void Vswp(Condition cond, QRegister rd, QRegister rm) { in Assembler() function 12593 void Vswp(QRegister rd, QRegister rm) { in Assembler() function
|