Home
last modified time | relevance | path

Searched refs:Vswp (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h10304 void Vswp(Condition cond, DataType dt, DRegister rd, DRegister rm) { in Vswp() function
10313 void Vswp(DataType dt, DRegister rd, DRegister rm) { Vswp(al, dt, rd, rm); } in Vswp() function
10314 void Vswp(Condition cond, DRegister rd, DRegister rm) { in Vswp() function
10315 Vswp(cond, kDataTypeValueNone, rd, rm); in Vswp()
10317 void Vswp(DRegister rd, DRegister rm) { in Vswp() function
10318 Vswp(al, kDataTypeValueNone, rd, rm); in Vswp()
10321 void Vswp(Condition cond, DataType dt, QRegister rd, QRegister rm) { in Vswp() function
10330 void Vswp(DataType dt, QRegister rd, QRegister rm) { Vswp(al, dt, rd, rm); } in Vswp() function
10331 void Vswp(Condition cond, QRegister rd, QRegister rm) { in Vswp() function
10332 Vswp(cond, kDataTypeValueNone, rd, rm); in Vswp()
[all …]