Home | History | Annotate | Download | only in opcodes

Lines Matching full:first_reg

2213   const int first_reg = opnd->reglist.first_regno;
2214 const int last_reg = (first_reg + num_regs - 1) & 0x1f;
2230 if (num_regs > 2 && last_reg > first_reg)
2231 snprintf (buf, size, "{v%d.%s-v%d.%s}%s", first_reg, qlf_name,
2235 const int reg0 = first_reg;
2236 const int reg1 = (first_reg + 1) & 0x1f;
2237 const int reg2 = (first_reg + 2) & 0x1f;
2238 const int reg3 = (first_reg + 3) & 0x1f;