Searched defs:Vdup (Results 1 – 4 of 4) sorted by relevance
| /third_party/vixl/examples/aarch32/ |
| D | mandelbrot.cc | 62 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 436 Vdup, enumerator
|
| D | IceAssemblerARM32.cpp | 3429 constexpr const char *Vdup = "vdup"; in vdup() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 8171 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
|