Searched defs:Vmls (Results 1 – 3 of 3) sorted by relevance
| /third_party/vixl/examples/aarch32/ |
| D | mandelbrot.cc | 142 __ Vmls(F32, kZReal, kZImag, kZImag); // re(c) + re(zn)^2 - im(zn)^2 in GenerateMandelBrot() local 145 __ Vmls(F32, kZImag, q10, kNegTwo); // im(c) + 2 * re(zn) * im(zn) in GenerateMandelBrot() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 9247 void Vmls(Condition cond, in Assembler() function 9265 void Vmls(DataType dt, DRegister rd, DRegister rn, DRegisterLane rm) { in Assembler() function 9269 void Vmls(Condition cond, in Assembler() function 9287 void Vmls(DataType dt, QRegister rd, QRegister rn, DRegisterLane rm) { in Assembler() function 9291 void Vmls( in Assembler() function 9306 void Vmls(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Assembler() function 9310 void Vmls( in Assembler() function 9325 void Vmls(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Assembler() function 9329 void Vmls( in Assembler() function 9344 void Vmls(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in Assembler() function [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 442 Vmls, enumerator
|