Home
last modified time | relevance | path

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

/external/vixl/examples/aarch32/
Dmandelbrot.cc59 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h437 Vdup, enumerator
DIceAssemblerARM32.cpp3428 constexpr const char *Vdup = "vdup"; in vdup() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h6716 void Vdup(Condition cond, DataType dt, QRegister rd, Register rt) { in Vdup() function
6725 void Vdup(DataType dt, QRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function
6727 void Vdup(Condition cond, DataType dt, DRegister rd, Register rt) { in Vdup() function
6736 void Vdup(DataType dt, DRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function
6738 void Vdup(Condition cond, DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function
6747 void Vdup(DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function
6751 void Vdup(Condition cond, DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function
6760 void Vdup(DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function