Searched refs:fexpa (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4630 LogicVRegister fexpa(VectorFormat vform,
|
H A D | assembler-aarch64.h | 4271 void fexpa(const ZRegister& zd, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 3134 void Assembler::fexpa(const ZRegister& zd, const ZRegister& zn) { in fexpa() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 6720 LogicVRegister Simulator::fexpa(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 4555 fexpa(zd, zn); in Fexpa()
|
H A D | simulator-aarch64.cc | 11537 fexpa(vform, zd, zn); in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2772 COMPARE(fexpa(z5.VnH(), z9.VnH()), "fexpa z5.h, z9.h"); in TEST() 2773 COMPARE(fexpa(z5.VnS(), z9.VnS()), "fexpa z5.s, z9.s"); in TEST() 2774 COMPARE(fexpa(z5.VnD(), z9.VnD()), "fexpa z5.d, z9.d"); in TEST()
|
Completed in 80 milliseconds