Home
last modified time | relevance | path

Searched defs:Vdup (Results 1 – 4 of 4) sorted by relevance

/external/vixl/examples/aarch32/
Dmandelbrot.cc62 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h437 Vdup, enumerator
DIceAssemblerARM32.cpp3431 constexpr const char *Vdup = "vdup"; in vdup() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h6719 void Vdup(Condition cond, DataType dt, QRegister rd, Register rt) { in Vdup() function
6728 void Vdup(DataType dt, QRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function
6730 void Vdup(Condition cond, DataType dt, DRegister rd, Register rt) { in Vdup() function
6739 void Vdup(DataType dt, DRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function
6741 void Vdup(Condition cond, DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function
6750 void Vdup(DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function
6754 void Vdup(Condition cond, DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function
6763 void Vdup(DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function