Home
last modified time | relevance | path

Searched refs:ftsmul (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h4617 LogicVRegister ftsmul(VectorFormat vform,
H A Dassembler-aarch64.h4518 void ftsmul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
H A Dassembler-sve-aarch64.cc1033 void Assembler::ftsmul(const ZRegister& zd, in ftsmul() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc6544 LogicVRegister Simulator::ftsmul(VectorFormat vform,
H A Dmacro-assembler-aarch64.h4893 ftsmul(zd, zn, zm); in Ftsmul()
H A Dsimulator-aarch64.cc10337 ftsmul(vform, zd, zn, zm); in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc1268 COMPARE(ftsmul(z21.VnH(), z17.VnH(), z24.VnH()), in TEST()
1269 "ftsmul z21.h, z17.h, z24.h"); in TEST()
1270 COMPARE(ftsmul(z21.VnS(), z17.VnS(), z24.VnS()), in TEST()
1271 "ftsmul z21.s, z17.s, z24.s"); in TEST()
1272 COMPARE(ftsmul(z21.VnD(), z17.VnD(), z24.VnD()), in TEST()
1273 "ftsmul z21.d, z17.d, z24.d"); in TEST()
H A Dtest-api-movprfx-aarch64.cc637 // Ftmad can take movprfx, but ftsmul and ftssel cannot. in TEST()
639 __ ftsmul(z1.VnD(), z31.VnD(), z16.VnD()); in TEST()
1316 // Note that ftsmul and ftssel cannot take movprfx. in TEST()
1919 // Note that ftsmul and ftssel _cannot_ take movprfx. in TEST()

Completed in 82 milliseconds