Home
last modified time | relevance | path

Searched defs:Vzip (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h461 Vzip enumerator
H A DIceAssemblerARM32.cpp3478 constexpr const char *Vzip = "vzip"; in vzip() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h10472 void Vzip(Condition cond, DataType dt, DRegister rd, DRegister rm) { in Vzip() function
10481 void Vzip(DataType dt, DRegister rd, DRegister rm) { Vzip(al, dt, rd, rm); } in Vzip() function
10483 void Vzip(Condition cond, DataType dt, QRegister rd, QRegister rm) { in Vzip() function
10492 void Vzip(DataType dt, QRegister rd, QRegister rm) { Vzip(al, dt, rd, rm); } in Vzip() function