Lines Matching +full:a +full:- +full:za +full:- +full:z
1 /* SPDX-License-Identifier: GPL-2.0-only */
17 * x0 - pointer to struct fpsimd_state
27 * x0 - pointer to struct fpsimd_state
39 * x0 - pointer to buffer for state
40 * x1 - pointer to storage for FPSR
41 * x2 - Save FFR if non-zero
51 * x0 - pointer to buffer for state
52 * x1 - pointer to storage for FPSR
53 * x2 - Restore FFR if non-zero
71 * Zero all SVE registers but the first 128-bits of each vector
77 * x1 = VQ - 1
80 cbz x1, 1f // A VQ-1 of 0 is 128 bits so no extra Z state
103 * Save the ZA and ZT state
105 * x0 - pointer to buffer for state
106 * x1 - number of ZT registers to save
110 sme_save_za 0, x2, 12 // Leaves x0 pointing to the end of ZA
119 * Load the ZA and ZT state
121 * x0 - pointer to buffer for state
122 * x1 - number of ZT registers to save
126 sme_load_za 0, x2, 12 // Leaves x0 pointing to the end of ZA