Lines Matching defs:xtmp2
277 .macro sve_load_vq xvqminus1, xtmp, xtmp2
279 bic \xtmp2, \xtmp, ZCR_ELx_LEN_MASK
280 orr \xtmp2, \xtmp2, \xvqminus1
281 cmp \xtmp2, \xtmp
283 msr_s SYS_ZCR_EL1, \xtmp2 //self-synchronising
288 .macro sme_load_vq xvqminus1, xtmp, xtmp2
290 bic \xtmp2, \xtmp, SMCR_ELx_LEN_MASK
291 orr \xtmp2, \xtmp2, \xvqminus1
292 cmp \xtmp2, \xtmp
294 msr_s SYS_SMCR_EL1, \xtmp2 //self-synchronising