Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm_vixl.cc62 __ 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 Dmandelbrot.cc62 __ Vdup(Untyped32, kCImag, kNegTwo); in GenerateMandelBrot() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h6734 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 DIceInstARM32.h436 Vdup, enumerator
H A DIceAssemblerARM32.cpp3429 constexpr const char *Vdup = "vdup"; in vdup() local