Home
last modified time | relevance | path

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

/third_party/vixl/examples/aarch32/
Dmandelbrot.cc62 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h436 Vdup, enumerator
DIceAssemblerARM32.cpp3429 constexpr const char *Vdup = "vdup"; in vdup() local
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h8171 void Vdup(Condition cond, DataType dt, QRegister rd, Register rt) { in Assembler() function
8184 void Vdup(DataType dt, QRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Assembler() function
8186 void Vdup(Condition cond, DataType dt, DRegister rd, Register rt) { in Assembler() function
8199 void Vdup(DataType dt, DRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Assembler() function
8201 void Vdup(Condition cond, DataType dt, DRegister rd, DRegisterLane rm) { in Assembler() function
8214 void Vdup(DataType dt, DRegister rd, DRegisterLane rm) { in Assembler() function
8218 void Vdup(Condition cond, DataType dt, QRegister rd, DRegisterLane rm) { in Assembler() function
8231 void Vdup(DataType dt, QRegister rd, DRegisterLane rm) { in Assembler() function