Searched defs:Vdup (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm_vixl.cc | 62 __ Vdup(Untyped8, dst, InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 67 __ Vdup(Untyped16, dst, InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local 71 __ Vdup(Untyped32, dst, InputRegisterAt(instruction, 0)); in VisitVecReplicateScalar() local
|
/aosp_15_r20/external/vixl/examples/aarch32/ |
H A D | mandelbrot.cc | 62 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 6734 void Vdup(Condition cond, DataType dt, QRegister rd, Register rt) { in Vdup() function 6743 void Vdup(DataType dt, QRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function 6745 void Vdup(Condition cond, DataType dt, DRegister rd, Register rt) { in Vdup() function 6754 void Vdup(DataType dt, DRegister rd, Register rt) { Vdup(al, dt, rd, rt); } in Vdup() function 6756 void Vdup(Condition cond, DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function 6765 void Vdup(DataType dt, DRegister rd, DRegisterLane rm) { in Vdup() function 6769 void Vdup(Condition cond, DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function 6778 void Vdup(DataType dt, QRegister rd, DRegisterLane rm) { in Vdup() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 436 Vdup, enumerator
|
H A D | IceAssemblerARM32.cpp | 3429 constexpr const char *Vdup = "vdup"; in vdup() local
|