Home | History | Annotate | Download | only in arm32

Lines Matching defs:nregs

393 	u_int addr, nregs;
417 nregs = (insn & 0x5555) + ((insn >> 1) & 0x5555);
418 nregs = (nregs & 0x3333) + ((nregs >> 2) & 0x3333);
419 nregs = (nregs + (nregs >> 4)) & 0x0f0f;
420 nregs = (nregs + (nregs >> 8)) & 0x001f;
426 addr = addr + 0 + ((nregs - 1) << 2);
432 addr = addr + 4 + ((nregs - 1) << 2);