Home | History | Annotate | Download | only in config

Lines Matching full:sregs

5355   unsigned int reglist, sregs, ra, regno1, regno2;
5387 sregs = (reglist >> 17) & 7;
5407 sregs = ((reglist >> 22) & 0x100) | ((reglist >> 16) & 0xff);
5409 sregs += 1;
5410 if ((sregs & -sregs) != sregs)
5413 insn_insert_operand (arg->insn, operand, (ffs (sregs) - 1) | ra);
5467 unsigned int opcode, args, statics, sregs;
5476 sregs = 0;
5506 sregs |= 1 << (regno1 - 16);
5509 sregs |= 1 << 8;
5559 if (sregs & (1 << 0)) /* $s0 */
5561 if (sregs & (1 << 1)) /* $s1 */
5563 sregs >>= 2;
5567 while (sregs & 1)
5569 sregs >>= 1;
5572 if (sregs != 0)