Searched refs:ftsmul (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4617 LogicVRegister ftsmul(VectorFormat vform,
|
H A D | assembler-aarch64.h | 4518 void ftsmul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 1033 void Assembler::ftsmul(const ZRegister& zd, in ftsmul() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 6544 LogicVRegister Simulator::ftsmul(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 4893 ftsmul(zd, zn, zm); in Ftsmul()
|
H A D | simulator-aarch64.cc | 10337 ftsmul(vform, zd, zn, zm); in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 1268 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 D | test-api-movprfx-aarch64.cc | 637 // 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