Home
last modified time | relevance | path

Searched refs:NREG (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c3499 #define DO_SME2_LUT(ISIZE, NREG, SUFF, ESIZE) \ argument
3500 void helper_sme2_luti##ISIZE##_##NREG##SUFF \
3507 unsigned dstride = (!strided ? 1 : NREG == 4 ? 4 : 8); \
3508 unsigned segments = (ESIZE * 8) / (ISIZE * NREG); \
3513 segment * NREG * elements, \
3514 dstride * sizeof(ARMVectorReg), ISIZE, 32, NREG); \
H A Dsve.decode228 # Loads; user must fill in NREG.
256 # Stores; user must fill in ESZ, MSZ, NREG as needed.