Searched defs:Vzip (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 461 Vzip enumerator
|
| D | IceAssemblerARM32.cpp | 3478 constexpr const char *Vzip = "vzip"; in vzip() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 12745 void Vzip(Condition cond, DataType dt, DRegister rd, DRegister rm) { in Assembler() function 12758 void Vzip(DataType dt, DRegister rd, DRegister rm) { Vzip(al, dt, rd, rm); } in Assembler() function 12760 void Vzip(Condition cond, DataType dt, QRegister rd, QRegister rm) { in Assembler() function 12773 void Vzip(DataType dt, QRegister rd, QRegister rm) { Vzip(al, dt, rd, rm); } in Assembler() function
|