Home | History | Annotate | Download | only in config

Lines Matching refs:reglist

5175 	  info->reglist.first_regno = (val >> 2) & 0x1f;
5176 info->reglist.num_regs = (val & 0x3) + 1;
5181 info->reglist.has_index = 1;
5182 info->reglist.index = vectype.index;