Searched defs:fmla (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc4130 LogicVRegister Simulator::fmla(VectorFormat vform, function in class:vixl::aarch64::Simulator
4146 LogicVRegister Simulator::fmla(VectorFormat vform, function in class:vixl::aarch64::Simulator
4151 fmla<float>(vform, dst, src1, src2);
4154 fmla<double>(vform, dst, src1, src2);
4371 LogicVRegister Simulator::fmla(VectorFormat vform, function in class:vixl::aarch64::Simulator
4380 fmla<float>(vform, dst, src1, index_reg);
4385 fmla<double>(vform, dst, src1, index_reg);

Completed in 54 milliseconds