Searched refs:InsrHelper (Results 1 - 3 of 3) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 156 InsrHelper(&masm, z1.VnH(), z1_inputs); 385 InsrHelper(&masm, zd, zd_inputs); 386 InsrHelper(&masm, za, za_inputs); 387 InsrHelper(&masm, zn, zn_inputs); 388 InsrHelper(&masm, zm, zm_inputs); 486 InsrHelper(&masm, z8.VnD(), z8_inputs); 488 InsrHelper(&masm, z15.VnD(), z15_inputs); 1138 InsrHelper(&masm, z10.VnB(), z10_inputs); 1139 InsrHelper(&masm, z11.VnB(), z11_inputs); 1148 InsrHelper( [all...] |
H A D | test-utils-aarch64.h | 655 // InsrHelper(&masm, z0.VnS(), values); // Sets z0.S = { ..., 42, 43, 44 } 660 void InsrHelper(MacroAssembler* masm, in InsrHelper() function
|
H A D | test-utils-aarch64.cc | 836 InsrHelper(masm, z0.WithLaneSize(esize), values); in SetFpData()
|
Completed in 6 milliseconds