Home
last modified time | relevance | path

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

/third_party/vixl/examples/aarch32/
Dpi.cc63 __ Vadd(F64, d10, d10, d6); in GenerateApproximatePi() local
64 __ Vadd(F64, d11, d11, d7); in GenerateApproximatePi() local
65 __ Vadd(F64, d12, d12, d8); in GenerateApproximatePi() local
66 __ Vadd(F64, d13, d13, d9); in GenerateApproximatePi() local
68 __ Vadd(F64, d0, d0, d4); in GenerateApproximatePi() local
69 __ Vadd(F64, d1, d1, d4); in GenerateApproximatePi() local
70 __ Vadd(F64, d2, d2, d4); in GenerateApproximatePi() local
71 __ Vadd(F64, d3, d3, d4); in GenerateApproximatePi() local
77 __ Vadd(F64, d10, d10, d12); in GenerateApproximatePi() local
78 __ Vadd(F64, d11, d11, d13); in GenerateApproximatePi() local
Dmandelbrot.cc141 __ Vadd(F32, kZReal, kCReal, kZReal); // re(c) + re(zn)^2 in GenerateMandelBrot() local
173 __ Vadd(F32, kCReal, kCReal, kCRealStep); in GenerateMandelBrot() local
186 __ Vadd(F32, kCImag, kCImag, kCImagStep); in GenerateMandelBrot() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h427 Vadd, enumerator
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h6718 void Vadd( in Assembler() function
6733 void Vadd(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Assembler() function
6737 void Vadd( in Assembler() function
6752 void Vadd(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Assembler() function
6756 void Vadd( in Assembler() function
6771 void Vadd(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in Assembler() function
12797 void Vadd(Condition cond, VRegister rd, VRegister rn, VRegister rm) { in Assembler() function
12807 void Vadd(VRegister rd, VRegister rn, VRegister rm) { Vadd(al, rd, rn, rm); } in Assembler() function