Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h4621 LogicVRegister ftssel(VectorFormat vform,
H A Dassembler-aarch64.h4521 void ftssel(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
H A Dassembler-sve-aarch64.cc3146 void Assembler::ftssel(const ZRegister& zd, in ftssel() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc6563 LogicVRegister Simulator::ftssel(VectorFormat vform,
H A Dmacro-assembler-aarch64.h4898 ftssel(zd, zn, zm); in Ftssel()
H A Dsimulator-aarch64.cc11556 ftssel(vform, zd, zn, zm); in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc2775 COMPARE(ftssel(z17.VnH(), z24.VnH(), z14.VnH()), in TEST()
2776 "ftssel z17.h, z24.h, z14.h"); in TEST()
2777 COMPARE(ftssel(z17.VnS(), z24.VnS(), z14.VnS()), in TEST()
2778 "ftssel z17.s, z24.s, z14.s"); in TEST()
2779 COMPARE(ftssel(z17.VnD(), z24.VnD(), z14.VnD()), in TEST()
2780 "ftssel z17.d, z24.d, z14.d"); in TEST()
H A Dtest-api-movprfx-aarch64.cc637 // Ftmad can take movprfx, but ftsmul and ftssel cannot. in TEST()
642 __ ftssel(z8.VnH(), z27.VnH(), z1.VnH()); 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 86 milliseconds