Home | History | Annotate | Download | only in opcodes

Lines Matching refs:reglist

136   insert_field (self->fields[0], code, info->reglist.first_regno, 0);
138 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
154 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
159 switch (info->reglist.num_regs)
169 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
198 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
201 if (is_ld1r && info->reglist.num_regs == 2)
221 assert (info->reglist.has_index);
224 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
230 QSsize = info->reglist.index;
235 QSsize = info->reglist.index << 1;
240 QSsize = info->reglist.index << 2;
245 QSsize = info->reglist.index << 3 | 0x1;