Home | History | Annotate | Download | only in priv

Lines Matching refs:nregs

115 s390_hreg_get_allocable(Int *nregs, HReg **arr)
120 *nregs = 16 /* GPRs */
129 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
418 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64)
420 s390_hreg_get_allocable(nregs, arr);