Home | History | Annotate | Download | only in config

Lines Matching full:statics

5549   unsigned int opcode, args, statics, sregs;
5557 statics = 0;
5583 /* statics $a0-$a3 */
5584 statics |= 1 << (regno1 - 4);
5605 /* Encode args/statics combination. */
5606 if (args & statics)
5611 else if (statics == 0xf)
5612 /* All $a0-$a3 are statics. */
5628 while (statics & 0x8)
5630 statics = (statics << 1) & 0xf;
5633 if (statics != 0)
5636 /* Encode args/statics. */