Searched refs:ftssel (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4621 LogicVRegister ftssel(VectorFormat vform,
|
H A D | assembler-aarch64.h | 4521 void ftssel(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 3146 void Assembler::ftssel(const ZRegister& zd, in ftssel() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 6563 LogicVRegister Simulator::ftssel(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 4898 ftssel(zd, zn, zm); in Ftssel()
|
H A D | simulator-aarch64.cc | 11556 ftssel(vform, zd, zn, zm); in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2775 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 D | test-api-movprfx-aarch64.cc | 637 // 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